2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
// Property undocumented
|
|
|
|
type Property struct {
|
|
|
|
// Object is the base model of Property
|
|
|
|
Object
|
|
|
|
// Name undocumented
|
|
|
|
Name *string `json:"name,omitempty"`
|
|
|
|
// Type undocumented
|
|
|
|
Type *PropertyType `json:"type,omitempty"`
|
|
|
|
// IsSearchable undocumented
|
|
|
|
IsSearchable *bool `json:"isSearchable,omitempty"`
|
|
|
|
// IsRetrievable undocumented
|
|
|
|
IsRetrievable *bool `json:"isRetrievable,omitempty"`
|
|
|
|
// IsQueryable undocumented
|
|
|
|
IsQueryable *bool `json:"isQueryable,omitempty"`
|
|
|
|
}
|
2020-03-15 22:43:46 +00:00
|
|
|
|
|
|
|
// 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"`
|
|
|
|
}
|