summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go
deleted file mode 100644
index 2443b150..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppRevokeLicensesActionResultModel.go
+++ /dev/null
@@ -1,29 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// MacOsVppAppRevokeLicensesActionResult undocumented
-type MacOsVppAppRevokeLicensesActionResult struct {
- // Object is the base model of MacOsVppAppRevokeLicensesActionResult
- Object
- // UserID UserId associated with the action.
- UserID *string `json:"userId,omitempty"`
- // ManagedDeviceID DeviceId associated with the action.
- ManagedDeviceID *string `json:"managedDeviceId,omitempty"`
- // TotalLicensesCount A count of the number of licenses for which revoke was attempted.
- TotalLicensesCount *int `json:"totalLicensesCount,omitempty"`
- // FailedLicensesCount A count of the number of licenses for which revoke failed.
- FailedLicensesCount *int `json:"failedLicensesCount,omitempty"`
- // ActionFailureReason The reason for the revoke licenses action failure.
- ActionFailureReason *VppTokenActionFailureReason `json:"actionFailureReason,omitempty"`
- // ActionName Action name
- ActionName *string `json:"actionName,omitempty"`
- // ActionState State of the action
- ActionState *ActionState `json:"actionState,omitempty"`
- // StartDateTime Time the action was initiated
- StartDateTime *time.Time `json:"startDateTime,omitempty"`
- // LastUpdatedDateTime Time the action state was last updated
- LastUpdatedDateTime *time.Time `json:"lastUpdatedDateTime,omitempty"`
-}