package gapi-ocaml

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

Module GapiSheetsV4Model.DuplicateSheetRequestSource

Sourcetype t = {
  1. sourceSheetId : int;
    (*

    The sheet to duplicate. If the source sheet is of DATA_SOURCE type, its backing DataSource is also duplicated and associated with the new copy of the sheet. No data execution is triggered, the grid data of this sheet is also copied over but only available after the batch request completes.

    *)
  2. insertSheetIndex : int;
    (*

    The zero-based index where the new sheet should be inserted. The index of all sheets after this are incremented.

    *)
  3. newSheetId : int;
    (*

    If set, the ID of the new sheet. If not set, an ID is chosen. If set, the ID must not conflict with any existing sheet ID. If set, it must be non-negative.

    *)
  4. newSheetName : string;
    (*

    The name of the new sheet. If empty, a new name is chosen for you.

    *)
}
Sourceval sourceSheetId : (t, int) GapiLens.t
Sourceval insertSheetIndex : (t, int) GapiLens.t
Sourceval newSheetId : (t, int) GapiLens.t
Sourceval newSheetName : (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.