package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiTasksV1Model.TaskListSource

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

    ETag of the resource.

    *)
  2. id : string;
    (*

    Task list identifier.

    *)
  3. kind : string;
    (*

    Type of the resource. This is always "tasks#taskList".

    *)
  4. title : string;
    (*

    Title of the task list.

    *)
  5. updated : GapiDate.t;
    (*

    Last modification time of the task list (as a RFC 3339 timestamp).

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