blob: 75b30d629c27c94fccd9fbc9823f22f42849715b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DomainRegistrant undocumented
type DomainRegistrant struct {
// Object is the base model of DomainRegistrant
Object
// CountryOrRegionCode undocumented
CountryOrRegionCode *string `json:"countryOrRegionCode,omitempty"`
// Organization undocumented
Organization *string `json:"organization,omitempty"`
// URL undocumented
URL *string `json:"url,omitempty"`
// Vendor undocumented
Vendor *string `json:"vendor,omitempty"`
}
|