google_api_sheets v0.24.1 GoogleApi.Sheets.V4.Model.KeyValueFormat View Source
Formatting options for key value.
Attributes
-
position(type:GoogleApi.Sheets.V4.Model.TextPosition.t, default:nil) - Specifies the horizontal text positioning of key value. This field is optional. If not specified, default positioning is used. -
textFormat(type:GoogleApi.Sheets.V4.Model.TextFormat.t, default:nil) - Text formatting options for key value.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Sheets.V4.Model.KeyValueFormat{
position: GoogleApi.Sheets.V4.Model.TextPosition.t(),
textFormat: GoogleApi.Sheets.V4.Model.TextFormat.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.