blob: 5d35b431ed110518ab5e06057abe853de547581c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|