diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ImportedDeviceIdentityResultModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ImportedDeviceIdentityResultModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ImportedDeviceIdentityResultModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ImportedDeviceIdentityResultModel.go deleted file mode 100644 index fc81c4a9..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/ImportedDeviceIdentityResultModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// 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"` -} |