Module GapiSheetsV4Model.BatchGetValuesResponseSource

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

    The ID of the spreadsheet the data was retrieved from.

    *)
  2. valueRanges : ValueRange.t list;
    (*

    The requested values. The order of the ValueRanges is the same as the order of the requested ranges.

    *)
}
Sourceval spreadsheetId : (t, string) GapiLens.t
Sourceval valueRanges : (t, ValueRange.t list) 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