View Source GoogleApi.Sheets.V4.Model.DataSourceObjectReferences (google_api_sheets v0.34.0)
A list of references to data source objects.
Attributes
-
references
(type:list(GoogleApi.Sheets.V4.Model.DataSourceObjectReference.t)
, default:nil
) - The references.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceObjectReferences{ references: [GoogleApi.Sheets.V4.Model.DataSourceObjectReference.t()] | nil }