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):
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
)
- Thetype
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
, 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
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
}
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