Class EmailDomainCollection
Results of an EmailDomain search. Contains both EmailDomainSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.EmailService.Models
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class EmailDomainCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EmailDomainSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<EmailDomainSummary> | List of email domains. |
Remarks
Required