View Source GoogleApi.Language.V2.Model.XPSRow (google_api_language v0.15.0)

Attributes

  • columnIds (type: list(integer()), default: nil) - The ids of the columns. Note: The below values field must match order of this field, if this field is set.
  • values (type: list(any()), default: nil) - The values of the row cells, given in the same order as the column_ids. If column_ids is not set, then in the same order as the input_feature_column_ids in TablesModelMetadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSRow{
  columnIds: [integer()] | nil,
  values: [any()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.