blob: 52adcc8668fb59cd2529fd5c6ceec94734c3b227 (
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
// 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"`
}
|