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

A data source table, which allows the user to import a static table of data from the DataSource into Sheets. This is also known as "Extract" in the Sheets editor.

Attributes

  • columnSelectionType (type: String.t, default: nil) - The type to select columns for the data source table. Defaults to SELECTED.
  • columns (type: list(GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t), default: nil) - Columns selected for the data source table. The column_selection_type must be SELECTED.
  • dataExecutionStatus (type: GoogleApi.Sheets.V4.Model.DataExecutionStatus.t, default: nil) - Output only. The data execution status.
  • dataSourceId (type: String.t, default: nil) - The ID of the data source the data source table is associated with.
  • filterSpecs (type: list(GoogleApi.Sheets.V4.Model.FilterSpec.t), default: nil) - Filter specifications in the data source table.
  • rowLimit (type: integer(), default: nil) - The limit of rows to return. If not set, a default limit is applied. Please refer to the Sheets editor for the default and max limit.
  • sortSpecs (type: list(GoogleApi.Sheets.V4.Model.SortSpec.t), default: nil) - Sort specifications in the data source table. The result of the data source table is sorted based on the sort specifications in order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceTable{
  columnSelectionType: String.t() | nil,
  columns: [GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t()] | nil,
  dataExecutionStatus: GoogleApi.Sheets.V4.Model.DataExecutionStatus.t() | nil,
  dataSourceId: String.t() | nil,
  filterSpecs: [GoogleApi.Sheets.V4.Model.FilterSpec.t()] | nil,
  rowLimit: integer() | nil,
  sortSpecs: [GoogleApi.Sheets.V4.Model.SortSpec.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.