View Source GoogleApi.Sheets.V4.Model.KeyValueFormat (google_api_sheets v0.34.0)

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. The link field is not supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.KeyValueFormat{
  position: GoogleApi.Sheets.V4.Model.TextPosition.t() | nil,
  textFormat: GoogleApi.Sheets.V4.Model.TextFormat.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.