diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/UserInstallStateSummaryModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/UserInstallStateSummaryModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/UserInstallStateSummaryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/UserInstallStateSummaryModel.go deleted file mode 100644 index 1af64d51..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/UserInstallStateSummaryModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// UserInstallStateSummary Contains properties for the installation state summary for a user. -type UserInstallStateSummary struct { - // Entity is the base model of UserInstallStateSummary - Entity - // UserName User name. - UserName *string `json:"userName,omitempty"` - // InstalledDeviceCount Installed Device Count. - InstalledDeviceCount *int `json:"installedDeviceCount,omitempty"` - // FailedDeviceCount Failed Device Count. - FailedDeviceCount *int `json:"failedDeviceCount,omitempty"` - // NotInstalledDeviceCount Not installed device count. - NotInstalledDeviceCount *int `json:"notInstalledDeviceCount,omitempty"` - // DeviceStates undocumented - DeviceStates []DeviceInstallState `json:"deviceStates,omitempty"` -} |