Class MarketingBrandMicrositeDnsConfig
List of DNS records for email subdomain
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class MarketingBrandMicrositeDnsConfig
Properties
Records
Declaration
[Required(ErrorMessage = "Records is required.")]
[JsonProperty(PropertyName = "records")]
public List<DnsRecord> Records { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DnsRecord> | dns records list. |
Remarks
Required