AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber

AI Overview😉

  • The potential purpose of this module is to retrieve and process information about people, specifically a list of people with their associated data, and also provide the total count of people in the list. This module seems to be part of a larger system that deals with people's data, possibly for search results or knowledge graph information.
  • This module could impact search results by providing more accurate and relevant information about people, such as their profiles, connections, or relationships. This could lead to more personalized and informative search results, especially when searching for specific individuals or groups of people. It may also help to disambiguate search results when there are multiple people with the same name.
  • A website may change things to be more favorable for this function by providing clear and structured data about people, such as schema.org markup or other forms of metadata. This could include providing information about people's names, occupations, locations, and relationships, as well as ensuring that this data is accurate and up-to-date. Additionally, websites may want to ensure that their people-related data is easily crawlable and indexable by search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A person list with total number specified.

Attributes

  • people (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t), default: nil) -
  • totalNumber (type: integer(), default: nil) - The total number of people, which is aways no less than the size of the above list.

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.AppsPeopleOzExternalMergedpeopleapiPersonListWithTotalNumber{
    people:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPerson.t()
      ]
      | nil,
    totalNumber: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.