EmailSubdomainCollection¶
-
class
oci.fusion_apps.models.EmailSubdomainCollection(**kwargs)¶ Bases:
objectResults of email subdomains for a marketing brand.
Methods
__init__(**kwargs)Initializes a new EmailSubdomainCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this EmailSubdomainCollection. -
__init__(**kwargs)¶ Initializes a new EmailSubdomainCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fusion_apps.models.EmailSubdomainSummary]) – The value to assign to the items property of this EmailSubdomainCollection.
-
items¶ [Required] Gets the items of this EmailSubdomainCollection. A page of EmailSubdomainSummary objects.
Returns: The items of this EmailSubdomainCollection. Return type: list[oci.fusion_apps.models.EmailSubdomainSummary]
-