summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ImportedDeviceIdentityResultModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ImportedDeviceIdentityResultModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ImportedDeviceIdentityResultModel.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ImportedDeviceIdentityResultModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ImportedDeviceIdentityResultModel.go
new file mode 100644
index 00000000..fc81c4a9
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/ImportedDeviceIdentityResultModel.go
@@ -0,0 +1,11 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// ImportedDeviceIdentityResult The importedDeviceIdentityResult resource represents the result of attempting to import a device identity.
+type ImportedDeviceIdentityResult struct {
+ // ImportedDeviceIdentity is the base model of ImportedDeviceIdentityResult
+ ImportedDeviceIdentity
+ // Status Status of imported device identity
+ Status *bool `json:"status,omitempty"`
+}