summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go
new file mode 100644
index 00000000..b0c46afe
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go
@@ -0,0 +1,13 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "encoding/json"
+
+// ManagedAppStatusRaw Represents an un-typed status report about organizations app protection and configuration.
+type ManagedAppStatusRaw struct {
+ // ManagedAppStatus is the base model of ManagedAppStatusRaw
+ ManagedAppStatus
+ // Content Status report content.
+ Content json.RawMessage `json:"content,omitempty"`
+}