module Urls:sig..end
type t = {
|
label : |
(* |
The label of the URL.
| *) |
|
_type : |
(* |
The type of URL. Possible values include, but are not limited to, the following values:
| *) |
|
value : |
(* |
The URL value.
| *) |
val label : (t, string) GapiLens.t
val _type : (t, string) GapiLens.t
val value : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t