5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 18:22:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/IOSVppAppRevokeLicensesActionResultModel.go

30 lines
1.3 KiB
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// IOSVppAppRevokeLicensesActionResult undocumented
type IOSVppAppRevokeLicensesActionResult struct {
// Object is the base model of IOSVppAppRevokeLicensesActionResult
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"`
}