package gapi-ocaml

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

Module ProjectList.ProjectsSource

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

    A descriptive name for this project.

    *)
  2. id : string;
    (*

    An opaque ID of this project.

    *)
  3. kind : string;
    (*

    The resource type.

    *)
  4. numericId : string;
    (*

    The numeric ID of this project.

    *)
  5. projectReference : ProjectReference.t;
    (*

    A unique reference to this project.

    *)
}
Sourceval friendlyName : (t, string) GapiLens.t
Sourceval id : (t, string) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval numericId : (t, string) GapiLens.t
Sourceval projectReference : (t, ProjectReference.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.