EmailDomainCollection¶
-
class
oci.email.models.
EmailDomainCollection
(**kwargs)¶ Bases:
object
Results of an EmailDomain search. Contains both EmailDomainSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new EmailDomainCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this EmailDomainCollection. -
__init__
(**kwargs)¶ Initializes a new EmailDomainCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.email.models.EmailDomainSummary]) – The value to assign to the items property of this EmailDomainCollection.
-
items
¶ [Required] Gets the items of this EmailDomainCollection. List of email domains.
Returns: The items of this EmailDomainCollection. Return type: list[oci.email.models.EmailDomainSummary]
-