AppsPeopleOzExternalMergedpeopleapiSortKeys

AI Overview😉

  • Potential purpose of module: This module appears to be related to people search and contact sorting, specifically for Google's People & Sharing services. It seems to be involved in sorting and ranking contacts based on various attributes, such as affinity, interaction rank, and name.
  • Impact on search results: This module could impact search results by influencing the order in which contacts are displayed to users. For example, it may prioritize contacts with higher affinity or interaction ranks, making them more visible to users. This could affect the discoverability of certain contacts or profiles.
  • Optimization strategies for websites: To optimize for this module, websites could focus on improving user engagement and interaction with their content, as this may increase the affinity and interaction rank of their profiles. Additionally, ensuring accurate and consistent naming conventions for contacts and profiles could help improve sorting and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiSortKeys (google_api_content_warehouse v0.4.0)

Attributes

  • affinity (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAffinity.t), 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).

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.