github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelMark.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // MarkContent undocumented
     6  type MarkContent struct {
     7  	// LabelActionBase is the base model of MarkContent
     8  	LabelActionBase
     9  	// FontSize undocumented
    10  	FontSize *int `json:"fontSize,omitempty"`
    11  	// Text undocumented
    12  	Text *string `json:"text,omitempty"`
    13  	// FontColor undocumented
    14  	FontColor *string `json:"fontColor,omitempty"`
    15  }