Show / Hide Table of Contents

Class EmailDomainCollection

Results of an EmailDomain search. Contains both EmailDomainSummary items and other information, such as metadata.

Inheritance
object
EmailDomainCollection
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 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

In this article
Back to top