google_api_sheets v0.16.0 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.