blob: 8f07bea0a936e07250727c00d9a782e5c091424c (
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
// DirectorySettingTemplate undocumented
type DirectorySettingTemplate struct {
// DirectoryObject is the base model of DirectorySettingTemplate
DirectoryObject
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// Description undocumented
Description *string `json:"description,omitempty"`
// Values undocumented
Values []SettingTemplateValue `json:"values,omitempty"`
}
|