View Source GoogleApi.Sheets.V4.Model.DataSourceParameter (google_api_sheets v0.34.0)
A parameter in a data source's query. The parameter allows the user to pass in values from the spreadsheet into a query.
Attributes
-
name
(type:String.t
, default:nil
) - Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, BigQuery identifier. -
namedRangeId
(type:String.t
, default:nil
) - ID of a NamedRange. Its size must be 1x1. -
range
(type:GoogleApi.Sheets.V4.Model.GridRange.t
, default:nil
) - A range that contains the value of the parameter. Its size must be 1x1.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceParameter{ name: String.t() | nil, namedRangeId: String.t() | nil, range: GoogleApi.Sheets.V4.Model.GridRange.t() | nil }