diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go new file mode 100644 index 00000000..79aeb038 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go @@ -0,0 +1,13 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// MobileAppTroubleshootingAppPolicyCreationHistory undocumented +type MobileAppTroubleshootingAppPolicyCreationHistory struct { + // MobileAppTroubleshootingHistoryItem is the base model of MobileAppTroubleshootingAppPolicyCreationHistory + MobileAppTroubleshootingHistoryItem + // RunState Status of the item. + RunState *RunState `json:"runState,omitempty"` + // ErrorCode Error code for the failure, empty if no failure. + ErrorCode *string `json:"errorCode,omitempty"` +} |