summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AllowedDataLocationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AllowedDataLocationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AllowedDataLocationModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AllowedDataLocationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AllowedDataLocationModel.go
new file mode 100644
index 00000000..81f69264
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/AllowedDataLocationModel.go
@@ -0,0 +1,17 @@
+// 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"`
+}