blob: 4c8a69401282580626339a6e64e988f7395abcc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|