package gapi-ocaml

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

Module GapiSheetsV4Model.DeleteConditionalFormatRuleRequestSource

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

    The zero-based index of the rule to be deleted.

    *)
  2. sheetId : int;
    (*

    The sheet the rule is being deleted from.

    *)
}
Sourceval index : (t, int) GapiLens.t
Sourceval sheetId : (t, int) 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