blob: e98c4d1906c2d8063172fd4cd975a3118b0ce0e1 (
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
// DirectorySetting undocumented
type DirectorySetting struct {
// Entity is the base model of DirectorySetting
Entity
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// TemplateID undocumented
TemplateID *string `json:"templateId,omitempty"`
// Values undocumented
Values []SettingValue `json:"values,omitempty"`
}
|