diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelRevoke.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelRevoke.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelRevoke.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelRevoke.go new file mode 100644 index 0000000..2c30ed4 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelRevoke.go @@ -0,0 +1,13 @@ +// Code generated by msgraph.go/gen 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"` +} |
