GoogleApi.Sheets.V4.Model.Spreadsheet (google_api_sheets v0.25.2) View Source
Resource that represents a spreadsheet.
Attributes
-
dataSourceSchedules
(type:list(GoogleApi.Sheets.V4.Model.DataSourceRefreshSchedule.t)
, default:nil
) - Output only. A list of data source refresh schedules. -
dataSources
(type:list(GoogleApi.Sheets.V4.Model.DataSource.t)
, default:nil
) - A list of external data sources connected with the spreadsheet. -
developerMetadata
(type:list(GoogleApi.Sheets.V4.Model.DeveloperMetadata.t)
, default:nil
) - The developer metadata associated with a spreadsheet. -
namedRanges
(type:list(GoogleApi.Sheets.V4.Model.NamedRange.t)
, default:nil
) - The named ranges defined in a spreadsheet. -
properties
(type:GoogleApi.Sheets.V4.Model.SpreadsheetProperties.t
, default:nil
) - Overall properties of a spreadsheet. -
sheets
(type:list(GoogleApi.Sheets.V4.Model.Sheet.t)
, default:nil
) - The sheets that are part of a spreadsheet. -
spreadsheetId
(type:String.t
, default:nil
) - The ID of the spreadsheet. This field is read-only. -
spreadsheetUrl
(type:String.t
, default:nil
) - The url of the spreadsheet. This field is read-only.
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.Spreadsheet{ dataSourceSchedules: [GoogleApi.Sheets.V4.Model.DataSourceRefreshSchedule.t()], dataSources: [GoogleApi.Sheets.V4.Model.DataSource.t()], developerMetadata: [GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()], namedRanges: [GoogleApi.Sheets.V4.Model.NamedRange.t()], properties: GoogleApi.Sheets.V4.Model.SpreadsheetProperties.t(), sheets: [GoogleApi.Sheets.V4.Model.Sheet.t()], spreadsheetId: String.t(), spreadsheetUrl: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.