diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AndroidForWorkAppModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/AndroidForWorkAppModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AndroidForWorkAppModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AndroidForWorkAppModel.go deleted file mode 100644 index 9abb37f7..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/AndroidForWorkAppModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// AndroidForWorkApp Contains properties and inherited properties for Android for Work (AFW) Apps. -type AndroidForWorkApp struct { - // MobileApp is the base model of AndroidForWorkApp - MobileApp - // PackageID The package identifier. - PackageID *string `json:"packageId,omitempty"` - // AppIdentifier The Identity Name. - AppIdentifier *string `json:"appIdentifier,omitempty"` - // UsedLicenseCount The number of VPP licenses in use. - UsedLicenseCount *int `json:"usedLicenseCount,omitempty"` - // TotalLicenseCount The total number of VPP licenses. - TotalLicenseCount *int `json:"totalLicenseCount,omitempty"` - // AppStoreURL The Play for Work Store app URL. - AppStoreURL *string `json:"appStoreUrl,omitempty"` -} |