google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.GridData View Source
Data in the grid, as well as metadata about the dimensions.
Attributes
- columnMetadata ([DimensionProperties]): Metadata about the requested columns in the grid, starting with the column in start_column. Defaults to:
null
. - rowData ([RowData]): The data in the grid, one entry per row, starting with the row in startRow. The values in RowData will correspond to columns starting at start_column. Defaults to:
null
. - rowMetadata ([DimensionProperties]): Metadata about the requested rows in the grid, starting with the row in start_row. Defaults to:
null
. - startColumn (integer()): The first column this GridData refers to, zero-based. Defaults to:
null
. - startRow (integer()): The first row this GridData refers to, zero-based. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.GridData{
columnMetadata: [GoogleApi.Sheets.V4.Model.DimensionProperties.t()],
rowData: [GoogleApi.Sheets.V4.Model.RowData.t()],
rowMetadata: [GoogleApi.Sheets.V4.Model.DimensionProperties.t()],
startColumn: any(),
startRow: any()
}
t() :: %GoogleApi.Sheets.V4.Model.GridData{ columnMetadata: [GoogleApi.Sheets.V4.Model.DimensionProperties.t()], rowData: [GoogleApi.Sheets.V4.Model.RowData.t()], rowMetadata: [GoogleApi.Sheets.V4.Model.DimensionProperties.t()], startColumn: any(), startRow: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.