google_api_sheets v0.12.0 GoogleApi.Sheets.V4.Model.Spreadsheet View Source
Resource that represents a spreadsheet.
Attributes
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
Link to this type
t()
View Sourcet() :: %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: String.t(), spreadsheetUrl: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.