blob: a70ed7f23f543c85fe706b2e3960d82d0e198421 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"`
}
|