package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiSheetsV4Model.BatchUpdateValuesRequestSource

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

    How the input data should be interpreted.

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

    The new values to apply to the spreadsheet.

    *)
  3. includeValuesInResponse : bool;
    (*

    Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. The `updatedData` field within each of the BatchUpdateValuesResponse.responses contains the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns).

    *)
  4. responseValueRenderOption : string;
    (*

    Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.

    *)
  5. responseDateTimeRenderOption : string;
    (*

    Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.

    *)
}
Sourceval valueInputOption : (t, string) GapiLens.t
Sourceval data : (t, ValueRange.t list) GapiLens.t
Sourceval includeValuesInResponse : (t, bool) GapiLens.t
Sourceval responseValueRenderOption : (t, string) GapiLens.t
Sourceval responseDateTimeRenderOption : (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
OCaml

Innovation. Community. Security.