GoogleApi.Sheets.V4.Model.DataSourceSheetProperties (google_api_sheets v0.35.0)
View SourceAdditional 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
@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 }