summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/RevokeAppleVppLicensesActionResultModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/RevokeAppleVppLicensesActionResultModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/RevokeAppleVppLicensesActionResultModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/RevokeAppleVppLicensesActionResultModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/RevokeAppleVppLicensesActionResultModel.go
new file mode 100644
index 00000000..e5fdc888
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/RevokeAppleVppLicensesActionResultModel.go
@@ -0,0 +1,13 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// RevokeAppleVppLicensesActionResult undocumented
+type RevokeAppleVppLicensesActionResult struct {
+ // DeviceActionResult is the base model of RevokeAppleVppLicensesActionResult
+ DeviceActionResult
+ // TotalLicensesCount Total number of Apple Vpp licenses associated
+ TotalLicensesCount *int `json:"totalLicensesCount,omitempty"`
+ // FailedLicensesCount Total number of Apple Vpp licenses that failed to revoke
+ FailedLicensesCount *int `json:"failedLicensesCount,omitempty"`
+}