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

Additional properties of a DATA_SOURCE sheet.

Attributes

  • columns (type: list(GoogleApi.Sheets.V4.Model.DataSourceColumn.t), default: nil) - The columns displayed on the sheet, corresponding to the values in RowData.
  • dataExecutionStatus (type: GoogleApi.Sheets.V4.Model.DataExecutionStatus.t, default: nil) - The data execution status.
  • dataSourceId (type: String.t, default: nil) - ID of the DataSource the sheet is connected to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceSheetProperties{
  columns: [GoogleApi.Sheets.V4.Model.DataSourceColumn.t()] | nil,
  dataExecutionStatus: GoogleApi.Sheets.V4.Model.DataExecutionStatus.t() | nil,
  dataSourceId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.