module Scope:sig..end
type t = {
|
_type : |
(* |
The type of the scope. Possible values are:
| *) |
|
value : |
(* |
The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
| *) |
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