summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DomainDNSCnameRecordModel.go
blob: ad096d95c0933989598070f88f4b9acf2e55fb58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DomainDNSCnameRecord undocumented
type DomainDNSCnameRecord struct {
	// DomainDNSRecord is the base model of DomainDNSCnameRecord
	DomainDNSRecord
	// CanonicalName undocumented
	CanonicalName *string `json:"canonicalName,omitempty"`
}