matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingStringModel.go

12 lines
260 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// OMASettingString undocumented
type OMASettingString struct {
// OMASetting is the base model of OMASettingString
OMASetting
// Value Value.
Value *string `json:"value,omitempty"`
}