EmailIpPoolCollection¶
-
class
oci.email.models.EmailIpPoolCollection(**kwargs)¶ Bases:
objectResults of an IpPool search. Contains EmailIpPoolSummary items.
Methods
__init__(**kwargs)Initializes a new EmailIpPoolCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this EmailIpPoolCollection. -
__init__(**kwargs)¶ Initializes a new EmailIpPoolCollection 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.EmailIpPoolSummary]) – The value to assign to the items property of this EmailIpPoolCollection.
-
items¶ [Required] Gets the items of this EmailIpPoolCollection. List of IpPools.
Returns: The items of this EmailIpPoolCollection. Return type: list[oci.email.models.EmailIpPoolSummary]
-