AppsPeopleOzExternalMergedpeopleapiCustomSchemaField

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomSchemaField


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. fieldDisplayName (type: String.t, default: nil)
    -
  2. fieldId (type: String.t, default: nil)
    -
  3. fieldType (type: String.t, default: nil)
    -
  4. formattedType (type: String.t, default: nil)
    - The type translated and formatted in the request locale. See go/people-api-howto/localization for details on how to usage.
  5. metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata, default: nil)
    -
  6. multiValued (type: boolean(), default: nil)
    -
  7. schemaDisplayName (type: String.t, default: nil)
    -
  8. schemaId (type: String.t, default: nil)
    -
  9. type (type: String.t, default: nil)
    - The type of the custom schema field. The type can be free form or one of these predefined values: home other * work
  10. value (type: String.t, default: nil)
    - String representation of the value, based on FieldType

Type

@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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomSchemaField