Module GapiSheetsV4Model.NumberFormatSource

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

    The type of the number format. When writing, this field must be set.

    *)
  2. pattern : string;
    (*

    Pattern string used for formatting. If not set, a default pattern based on the user's locale will be used if necessary for the given type. See the [Date and Number Formats guide](https://developers.google.com/workspace/sheets/api/guides/formats) for more information about the supported patterns.

    *)
}
Sourceval _type : (t, string) GapiLens.t
Sourceval pattern : (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