2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
2020-03-15 22:43:46 +00:00
|
|
|
// StatusBase undocumented
|
|
|
|
type StatusBase struct {
|
|
|
|
// Object is the base model of StatusBase
|
|
|
|
Object
|
|
|
|
// Status undocumented
|
|
|
|
Status *ProvisioningResult `json:"status,omitempty"`
|
|
|
|
}
|
|
|
|
|
2019-12-26 22:12:28 +00:00
|
|
|
// StatusDetails undocumented
|
|
|
|
type StatusDetails struct {
|
|
|
|
// StatusBase is the base model of StatusDetails
|
|
|
|
StatusBase
|
|
|
|
// ErrorCode undocumented
|
|
|
|
ErrorCode *string `json:"errorCode,omitempty"`
|
|
|
|
// Reason undocumented
|
|
|
|
Reason *string `json:"reason,omitempty"`
|
|
|
|
// AdditionalDetails undocumented
|
|
|
|
AdditionalDetails *string `json:"additionalDetails,omitempty"`
|
|
|
|
// ErrorCategory undocumented
|
|
|
|
ErrorCategory *string `json:"errorCategory,omitempty"`
|
|
|
|
// RecommendedAction undocumented
|
|
|
|
RecommendedAction *string `json:"recommendedAction,omitempty"`
|
|
|
|
}
|