diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WindowsManagementAppModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/WindowsManagementAppModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsManagementAppModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WindowsManagementAppModel.go deleted file mode 100644 index a70ed7f2..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/WindowsManagementAppModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// 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"` -} |