Class EmailIpPoolCollection
Results of an IpPool search. Contains EmailIpPoolSummary items.
Inherited Members
Namespace: Oci.EmailService.Models
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class EmailIpPoolCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EmailIpPoolSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EmailIpPoolSummary> | List of IpPools. |
Remarks
Required