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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.