github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelRotate.go (about)

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