diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OnenoteOperationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/OnenoteOperationModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OnenoteOperationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OnenoteOperationModel.go deleted file mode 100644 index c303c06d..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/OnenoteOperationModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// 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"` -} |