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

// PropertyToEvaluate undocumented
type PropertyToEvaluate struct {
	// Object is the base model of PropertyToEvaluate
	Object
	// PropertyName undocumented
	PropertyName *string `json:"propertyName,omitempty"`
	// PropertyValue undocumented
	PropertyValue *string `json:"propertyValue,omitempty"`
}