Module GapiSheetsV4Model.DeleteSheetRequestSource

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

    The ID of the sheet to delete. If the sheet is of DATA_SOURCE type, the associated DataSource is also deleted.

    *)
}
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