summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AlertHistoryStateModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AlertHistoryStateModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AlertHistoryStateModel.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AlertHistoryStateModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AlertHistoryStateModel.go
deleted file mode 100644
index 00914605..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/AlertHistoryStateModel.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// AlertHistoryState undocumented
-type AlertHistoryState struct {
- // Object is the base model of AlertHistoryState
- Object
- // AppID undocumented
- AppID *string `json:"appId,omitempty"`
- // AssignedTo undocumented
- AssignedTo *string `json:"assignedTo,omitempty"`
- // Comments undocumented
- Comments []string `json:"comments,omitempty"`
- // Feedback undocumented
- Feedback *AlertFeedback `json:"feedback,omitempty"`
- // Status undocumented
- Status *AlertStatus `json:"status,omitempty"`
- // UpdatedDateTime undocumented
- UpdatedDateTime *time.Time `json:"updatedDateTime,omitempty"`
- // User undocumented
- User *string `json:"user,omitempty"`
-}