google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.Spreadsheet View Source
Resource that represents a spreadsheet.
Attributes
- developerMetadata ([DeveloperMetadata]): The developer metadata associated with a spreadsheet. Defaults to:
null
. - namedRanges ([NamedRange]): The named ranges defined in a spreadsheet. Defaults to:
null
. - properties (SpreadsheetProperties): Overall properties of a spreadsheet. Defaults to:
null
. - sheets ([Sheet]): The sheets that are part of a spreadsheet. Defaults to:
null
. - spreadsheetId (String.t): The ID of the spreadsheet. This field is read-only. Defaults to:
null
. - spreadsheetUrl (String.t): The url of the spreadsheet. This field is read-only. 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.Spreadsheet{
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: any(),
spreadsheetUrl: any()
}
t() :: %GoogleApi.Sheets.V4.Model.Spreadsheet{ 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: any(), spreadsheetUrl: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.