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

Metadata about a value in a pivot grouping.

Attributes

  • collapsed (type: boolean(), default: nil) - True if the data corresponding to the value is collapsed.
  • value (type: GoogleApi.Sheets.V4.Model.ExtendedValue.t, default: nil) - The calculated value the metadata corresponds to. (Note that formulaValue is not valid, because the values will be calculated.)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.PivotGroupValueMetadata{
  collapsed: boolean() | nil,
  value: GoogleApi.Sheets.V4.Model.ExtendedValue.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.