summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsManagementAppModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WindowsManagementAppModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/WindowsManagementAppModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsManagementAppModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WindowsManagementAppModel.go
new file mode 100644
index 00000000..a70ed7f2
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/WindowsManagementAppModel.go
@@ -0,0 +1,13 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// WindowsManagementApp Windows management app entity.
+type WindowsManagementApp struct {
+ // Entity is the base model of WindowsManagementApp
+ Entity
+ // AvailableVersion Windows management app available version.
+ AvailableVersion *string `json:"availableVersion,omitempty"`
+ // HealthStates undocumented
+ HealthStates []WindowsManagementAppHealthState `json:"healthStates,omitempty"`
+}