blob: 1adddd1a36cb77d52ea10bb0ffed13b6f510f800 (
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
// 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"`
}
|