mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
16 lines
402 B
Go
16 lines
402 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// MarkContent undocumented
|
||
|
type MarkContent struct {
|
||
|
// LabelActionBase is the base model of MarkContent
|
||
|
LabelActionBase
|
||
|
// FontSize undocumented
|
||
|
FontSize *int `json:"fontSize,omitempty"`
|
||
|
// Text undocumented
|
||
|
Text *string `json:"text,omitempty"`
|
||
|
// FontColor undocumented
|
||
|
FontColor *string `json:"fontColor,omitempty"`
|
||
|
}
|