View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomSchemaField (google_api_content_warehouse v0.4.0)

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

  • fieldDisplayName (type: String.t, default: nil) -
  • fieldId (type: String.t, default: nil) -
  • fieldType (type: String.t, default: nil) -
  • 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.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • multiValued (type: boolean(), default: nil) -
  • schemaDisplayName (type: String.t, default: nil) -
  • schemaId (type: String.t, default: nil) -
  • 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
  • value (type: String.t, default: nil) - String representation of the value, based on FieldType

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.