gapi-ocaml
GapiSheetsV4Model.DeleteSheetRequest
gapi-ocaml.netstring-local
gapi-ocaml.netsys-local
type t = {
sheetId : int;
The ID of the sheet to delete. If the sheet is of DATA_SOURCE type, the associated DataSource is also deleted.
}
val sheetId : (t, int) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t