blob: 2d7326d418b2a6a8244f25b24ba501bcdf54a73e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DataStoreField undocumented
type DataStoreField struct {
// Object is the base model of DataStoreField
Object
// Name undocumented
Name *string `json:"name,omitempty"`
// Unique undocumented
Unique *bool `json:"unique,omitempty"`
// Searchable undocumented
Searchable *bool `json:"searchable,omitempty"`
}
|