blob: d203e7bd23c6899ed134fcbfcada32c62d527680 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// RotateBitLockerKeysDeviceActionResult undocumented
type RotateBitLockerKeysDeviceActionResult struct {
// DeviceActionResult is the base model of RotateBitLockerKeysDeviceActionResult
DeviceActionResult
// ErrorCode RotateBitLockerKeys action error code
ErrorCode *int `json:"errorCode,omitempty"`
}
|