summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelRotate.go
blob: 7aeb6c87f15f6dc795b7b9791f5048d3a581b343 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen 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"`
}