package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. _type : string;
    (*

    The type of address. Possible values include, but are not limited to, the following values:

    • "account" - Google account email address.
    • "home" - Home email address.
    • "work" - Work email address.
    • "other" - Other.
    *)
  2. value : string;
    (*

    The email address.

    *)
}
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