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

package msgraph

// PendingOperations undocumented
type PendingOperations struct {
	// Object is the base model of PendingOperations
	Object
	// PendingContentUpdate undocumented
	PendingContentUpdate *PendingContentUpdate `json:"pendingContentUpdate,omitempty"`
}