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

The number format of a cell.

Attributes

  • pattern (type: String.t, default: nil) - Pattern string used for formatting. If not set, a default pattern based on the user's locale will be used if necessary for the given type. See the Date and Number Formats guide for more information about the supported patterns.
  • type (type: String.t, default: nil) - The type of the number format. When writing, this field must be set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.NumberFormat{
  pattern: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.