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

package msgraph

// DomainDNSUnavailableRecord undocumented
type DomainDNSUnavailableRecord struct {
	// DomainDNSRecord is the base model of DomainDNSUnavailableRecord
	DomainDNSRecord
	// Description undocumented
	Description *string `json:"description,omitempty"`
}