blob: d136884eae913c35ab5e13527c345c505feebb1f (
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
// SettingSource undocumented
type SettingSource struct {
// Object is the base model of SettingSource
Object
// ID undocumented
ID *string `json:"id,omitempty"`
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
}
|