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