GoogleApi.Sheets.V4.Model.KeyValueFormat (google_api_sheets v0.28.0) 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() | nil, textFormat: GoogleApi.Sheets.V4.Model.TextFormat.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.