Module GapiSheetsV4Model.DeveloperMetadataLocationSource

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

    The type of location this object represents. This field is read-only.

    *)
  2. spreadsheet : bool;
    (*

    True when metadata is associated with an entire spreadsheet.

    *)
  3. sheetId : int;
    (*

    The ID of the sheet when metadata is associated with an entire sheet.

    *)
  4. dimensionRange : DimensionRange.t;
    (*

    Represents the row or column when metadata is associated with a dimension. The specified DimensionRange must represent a single row or column; it cannot be unbounded or span multiple rows or columns.

    *)
}
Sourceval locationType : (t, string) GapiLens.t
Sourceval spreadsheet : (t, bool) GapiLens.t
Sourceval sheetId : (t, int) GapiLens.t
Sourceval dimensionRange : (t, DimensionRange.t) 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