summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ExpressionInputObjectModel.go
blob: 60108c9c44c005e0902452cc88653c5c4bffa5a3 (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

// ExpressionInputObject undocumented
type ExpressionInputObject struct {
	// Object is the base model of ExpressionInputObject
	Object
	// Definition undocumented
	Definition *ObjectDefinition `json:"definition,omitempty"`
	// Properties undocumented
	Properties []StringKeyObjectValuePair `json:"properties,omitempty"`
}