diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go new file mode 100644 index 00000000..aa654424 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go @@ -0,0 +1,23 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// AllowedDataLocation undocumented +type AllowedDataLocation struct { + // Entity is the base model of AllowedDataLocation + Entity + // AppID undocumented + AppID *string `json:"appId,omitempty"` + // Location undocumented + Location *string `json:"location,omitempty"` + // IsDefault undocumented + IsDefault *bool `json:"isDefault,omitempty"` + // Domain undocumented + Domain *string `json:"domain,omitempty"` +} + +// AllowedDataLocationInfo undocumented +type AllowedDataLocationInfo struct { + // Object is the base model of AllowedDataLocationInfo + Object +} |