package gapi-ocaml

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

Module GapiTasksV1Model.TasksSource

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

    ETag of the resource.

    *)
  2. items : Task.t list;
    (*

    Collection of tasks.

    *)
  3. kind : string;
    (*

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

    *)
  4. nextPageToken : string;
    (*

    Token used to access the next page of this result.

    *)
}
Sourceval etag : (t, string) GapiLens.t
Sourceval items : (t, Task.t list) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval nextPageToken : (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