Show / Hide Table of Contents

Class EmailSubdomainCollection

Results of email subdomains for a marketing brand.

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

In this article
Back to top