blob: c303c06de83bed895be7bb7b8dc3bea33182d364 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// OnenoteOperation undocumented
type OnenoteOperation struct {
// Operation is the base model of OnenoteOperation
Operation
// ResourceLocation undocumented
ResourceLocation *string `json:"resourceLocation,omitempty"`
// ResourceID undocumented
ResourceID *string `json:"resourceId,omitempty"`
// Error undocumented
Error *OnenoteOperationError `json:"error,omitempty"`
// PercentComplete undocumented
PercentComplete *string `json:"percentComplete,omitempty"`
}
|