Class DomainDnsCnameRecord

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DomainDnsCnameRecord extends DomainDnsRecord implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Domain Dns Cname Record.
  • Field Details

    • canonicalName

      @SerializedName(value="canonicalName", alternate="CanonicalName") @Expose @Nullable public String canonicalName
      The Canonical Name. The canonical name of the CNAME record. Used to configure the CNAME record at the DNS host.
  • Constructor Details

    • DomainDnsCnameRecord

      public DomainDnsCnameRecord()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DomainDnsRecord
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to