Person.Name
type t = {
}
val familyName : ( t, string ) GapiLens.t
val formatted : ( t, string ) GapiLens.t
val givenName : ( t, string ) GapiLens.t
val honorificPrefix : ( t, string ) GapiLens.t
val honorificSuffix : ( t, string ) GapiLens.t
val middleName : ( t, string ) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t