package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Person.EmailsSource

Sourcetype 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.

    *)
}
Sourceval _type : (t, string) GapiLens.t
Sourceval value : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.