module Projects:sig..end
type t = {
|
friendlyName : |
(* |
A descriptive name for this project.
| *) |
|
id : |
(* |
An opaque ID of this project.
| *) |
|
kind : |
(* |
The resource type.
| *) |
|
numericId : |
(* |
The numeric ID of this project.
| *) |
|
projectReference : |
(* |
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,
GapiBigqueryV2Model.ProjectReference.t)
GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t