AppsPeopleOzExternalMergedpeopleapiRosterMember

AI Overview😉

  • The potential purpose of this module is to gather and store information about individuals who are part of a group or roster, including their type (e.g. member, owner, etc.) and a unique identifier (personId). This could be used to improve search results by incorporating social connections and group affiliations.
  • This module could impact search results by allowing Google to better understand relationships between individuals and groups, potentially leading to more personalized and relevant results. For example, if a user is searching for information related to a specific group or organization, Google may prioritize results that are more relevant to that group's members.
  • To be more favorable for this function, a website could ensure that it provides clear and structured data about its members or users, such as through the use of schema.org markup or other standardized formats. Additionally, websites could make it easier for users to identify themselves as part of a particular group or organization, potentially through the use of login systems or other authentication methods.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents details of a member of a roster. Used in RosterDetails. Corresponds to http://cs/symbol:google.apps.cloudidentity.groups.internal.Membership

Attributes

  • memberType (type: String.t, default: nil) - Type of the member.
  • personId (type: String.t, default: nil) - Focus-Obfuscated Gaia Id of the member.

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.AppsPeopleOzExternalMergedpeopleapiRosterMember{
    memberType: String.t() | nil,
    personId: 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.