summaryrefslogtreecommitdiff
path: root/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go
diff options
context:
space:
mode:
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go')
-rw-r--r--teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go23
1 files changed, 23 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go
new file mode 100644
index 0000000..23f60c0
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelAllowed.go
@@ -0,0 +1,23 @@
+// Code generated by msgraph.go/gen 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
+}