Show / Hide Table of Contents

Class EmailIpPoolCollection

Results of an IpPool search. Contains EmailIpPoolSummary items.

Inheritance
object
EmailIpPoolCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top