Module GapiCalendarV3Model.SettingSource

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

    ETag of the resource.

    *)
  2. value : string;
    (*

    Value of the user setting. The format of the value depends on the ID of the setting. It must always be a UTF-8 string of length up to 1024 characters.

    *)
  3. kind : string;
    (*

    Type of the resource ("calendar#setting").

    *)
  4. id : string;
    (*

    The id of the user setting.

    *)
}
Sourceval etag : (t, string) GapiLens.t
Sourceval value : (t, string) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval id : (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