Class EmailSubdomainCollection
Results of email subdomains for a marketing brand.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class EmailSubdomainCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EmailSubdomainSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EmailSubdomainSummary> | A page of EmailSubdomainSummary objects. |
Remarks
Required