// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // DomainDNSTxtRecord undocumented type DomainDNSTxtRecord struct { // DomainDNSRecord is the base model of DomainDNSTxtRecord DomainDNSRecord // Text undocumented Text *string `json:"text,omitempty"` }