Voting helps other researchers find interesting modules.
Custom fields associated with a person, from the custom schema defined on the domain. See go/custompeopleapi and go/customfocus. NOTE: these are only updatable via Cloud Directory (go/cd).
fieldDisplayName
String.t
nil
fieldId
fieldType
formattedType
type
metadata
GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t
multiValued
boolean()
schemaDisplayName
schemaId
home
other
work
value
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomSchemaField{ fieldDisplayName: String.t() | nil, fieldId: String.t() | nil, fieldType: String.t() | nil, formattedType: String.t() | nil, metadata: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t() | nil, multiValued: boolean() | nil, schemaDisplayName: String.t() | nil, schemaId: String.t() | nil, type: String.t() | nil, value: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()