GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiSortKeys
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
affinity
(type:list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAffinity)
, default:nil
)
- -
interactionRank
(type:String.t
, default:nil
)
- Deprecated. This field is only populated with 0.000 for legacy reasons. Clients should not use this field. -
lastName
(type:String.t
, default:nil
)
- -
lastNameRaw
(type:String.t
, default:nil
)
- -
name
(type:String.t
, default:nil
)
- -
nameRaw
(type:String.t
, default:nil
)
- Raw name strings that were used to generate the name and last_name sort keys fields above. Contacts+ need them to generate section headers for list view (b/30642866).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiSortKeys{
affinity: [ GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAffinity.t() ] | nil,
interactionRank: String.t() | nil,
lastName: String.t() | nil,
lastNameRaw: String.t() | nil,
name: String.t() | nil,
nameRaw: String.t() | nil
}
affinity: [ GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAffinity.t() ] | nil,
interactionRank: String.t() | nil,
lastName: String.t() | nil,
lastNameRaw: String.t() | nil,
name: String.t() | nil,
nameRaw: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiSortKeys