summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookSessionInfoModel.go
blob: 003598b7fd74f6e4fbf56edf2d88a784ccb65a39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WorkbookSessionInfo undocumented
type WorkbookSessionInfo struct {
	// Object is the base model of WorkbookSessionInfo
	Object
	// ID undocumented
	ID *string `json:"id,omitempty"`
	// PersistChanges undocumented
	PersistChanges *bool `json:"persistChanges,omitempty"`
}