From 76e5fe5a87d7e60919075f96eee599f3c6255a9f Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sun, 15 Mar 2020 22:43:46 +0000 Subject: Update vendor yaegashi/msgraph.go to v0.1.2 (2) --- .../matterbridge/msgraph.go/beta/IOSVppAppModel.go | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 vendor/github.com/matterbridge/msgraph.go/beta/IOSVppAppModel.go (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/IOSVppAppModel.go') diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/IOSVppAppModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/IOSVppAppModel.go deleted file mode 100644 index 9570af5a..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/IOSVppAppModel.go +++ /dev/null @@ -1,37 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// IOSVppApp Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps. -type IOSVppApp struct { - // MobileApp is the base model of IOSVppApp - MobileApp - // 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"` - // ReleaseDateTime The VPP application release date and time. - ReleaseDateTime *time.Time `json:"releaseDateTime,omitempty"` - // AppStoreURL The store URL. - AppStoreURL *string `json:"appStoreUrl,omitempty"` - // LicensingType The supported License Type. - LicensingType *VppLicensingType `json:"licensingType,omitempty"` - // ApplicableDeviceType The applicable iOS Device Type. - ApplicableDeviceType *IOSDeviceType `json:"applicableDeviceType,omitempty"` - // VppTokenOrganizationName The organization associated with the Apple Volume Purchase Program Token - VppTokenOrganizationName *string `json:"vppTokenOrganizationName,omitempty"` - // VppTokenAccountType The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`. - VppTokenAccountType *VppTokenAccountType `json:"vppTokenAccountType,omitempty"` - // VppTokenAppleID The Apple Id associated with the given Apple Volume Purchase Program Token. - VppTokenAppleID *string `json:"vppTokenAppleId,omitempty"` - // BundleID The Identity Name. - BundleID *string `json:"bundleId,omitempty"` - // VppTokenID Identifier of the VPP token associated with this app. - VppTokenID *string `json:"vppTokenId,omitempty"` - // RevokeLicenseActionResults Results of revoke license actions on this app. - RevokeLicenseActionResults []IOSVppAppRevokeLicensesActionResult `json:"revokeLicenseActionResults,omitempty"` - // AssignedLicenses undocumented - AssignedLicenses []IOSVppAppAssignedLicense `json:"assignedLicenses,omitempty"` -} -- cgit v1.2.3