package gapi-ocaml

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

Module TableList.TablesSource

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

    The user-friendly name for this table.

    *)
  2. id : string;
    (*

    An opaque ID of the table

    *)
  3. kind : string;
    (*

    The resource type.

    *)
  4. tableReference : TableReference.t;
    (*

    A reference uniquely identifying the table.

    *)
  5. _type : string;
    (*

    The type of table. Possible values are: TABLE, VIEW.

    *)
}
Sourceval friendlyName : (t, string) GapiLens.t
Sourceval id : (t, string) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval tableReference : (t, TableReference.t) GapiLens.t
Sourceval _type : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list