mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-27 02:01:35 +00:00
14 lines
306 B
Go
14 lines
306 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// SettingValue undocumented
|
||
|
type SettingValue struct {
|
||
|
// Object is the base model of SettingValue
|
||
|
Object
|
||
|
// Name undocumented
|
||
|
Name *string `json:"name,omitempty"`
|
||
|
// Value undocumented
|
||
|
Value *string `json:"value,omitempty"`
|
||
|
}
|