Module GapiSheetsV4Model.DataSourceParameterSource

Sourcetype t = {
  1. name : string;
    (*

    Named parameter. Must be a legitimate identifier for the DataSource that supports it. For example, [BigQuery identifier](https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#identifiers).

    *)
  2. namedRangeId : string;
    (*

    ID of a NamedRange. Its size must be 1x1.

    *)
  3. range : GridRange.t;
    (*

    A range that contains the value of the parameter. Its size must be 1x1.

    *)
}
Sourceval name : (t, string) GapiLens.t
Sourceval namedRangeId : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t