summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeviceActionResultModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/DeviceActionResultModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/DeviceActionResultModel.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceActionResultModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DeviceActionResultModel.go
deleted file mode 100644
index 3e00ab4b..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceActionResultModel.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// DeviceActionResult undocumented
-type DeviceActionResult struct {
- // Object is the base model of DeviceActionResult
- Object
- // 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"`
-}