AppsPeopleOzExternalMergedpeopleapiSortKeys

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

  1. affinity (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAffinity), default: nil)
    -
  2. interactionRank (type: String.t, default: nil)
    - Deprecated. This field is only populated with 0.000 for legacy reasons. Clients should not use this field.
  3. lastName (type: String.t, default: nil)
    -
  4. lastNameRaw (type: String.t, default: nil)
    -
  5. name (type: String.t, default: nil)
    -
  6. 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
}

Function

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

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