diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/RemoteLockActionResultModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/RemoteLockActionResultModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/RemoteLockActionResultModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/RemoteLockActionResultModel.go deleted file mode 100644 index 5d35b431..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/RemoteLockActionResultModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// RemoteLockActionResult undocumented -type RemoteLockActionResult struct { - // DeviceActionResult is the base model of RemoteLockActionResult - DeviceActionResult - // UnlockPin Pin to unlock the client - UnlockPin *string `json:"unlockPin,omitempty"` -} |