package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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.

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