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, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go
deleted file mode 100644
index b0c46afe..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ManagedAppStatusRawModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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"`
-}