Show / Hide Table of Contents

Class MarketingBrandMicrositeDnsConfig

List of DNS records for email subdomain

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

In this article
Back to top