summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchContentCommandModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchContentCommandModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchContentCommandModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchContentCommandModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchContentCommandModel.go
new file mode 100644
index 00000000..1adddd1a
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/OnenotePatchContentCommandModel.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// OnenotePatchContentCommand undocumented
+type OnenotePatchContentCommand struct {
+ // Object is the base model of OnenotePatchContentCommand
+ Object
+ // Action undocumented
+ Action *OnenotePatchActionType `json:"action,omitempty"`
+ // Target undocumented
+ Target *string `json:"target,omitempty"`
+ // Content undocumented
+ Content *string `json:"content,omitempty"`
+ // Position undocumented
+ Position *OnenotePatchInsertPosition `json:"position,omitempty"`
+}