-
Notifications
You must be signed in to change notification settings - Fork 0
/
model_customization_info.go
23 lines (21 loc) · 1.24 KB
/
model_customization_info.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* Uptrends API v4
*
* This document describes Uptrends API version 4. This Swagger environment also lets you execute API methods directly. Please note that this is not a sandbox environment: these API methods operate directly on your actual Uptrends account. For more information, please visit https://www.uptrends.com/api.
*
* API version: 1.0.0
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package uptrends
type CustomizationInfo struct {
MainColor string `json:"MainColor,omitempty"`
BackgroundColor string `json:"BackgroundColor,omitempty"`
TextColor string `json:"TextColor,omitempty"`
TitleText string `json:"TitleText,omitempty"`
FooterText string `json:"FooterText,omitempty"`
MonitorNameOverrideFieldName string `json:"MonitorNameOverrideFieldName,omitempty"`
SortColumnsNewToOld bool `json:"SortColumnsNewToOld"`
SortRowsProperty *SortOrderEnum `json:"SortRowsProperty"`
CommentTitle string `json:"CommentTitle,omitempty"`
CommentText string `json:"CommentText,omitempty"`
}