AppsPeopleOzExternalMergedpeopleapiMembership

AI Overview😉

  • The potential purpose of this module is to identify and organize relationships between individuals and groups within Google's People API. This includes memberships in circles, contact groups, and system-reserved contact groups. The module aims to provide a structured way to represent these relationships and associated metadata.
  • This module could impact search results by influencing the ranking and relevance of search queries related to individuals, groups, and their relationships. For instance, if a user searches for a specific person, the search results may prioritize content related to their memberships in circles or contact groups. This could also affect the visibility of content shared within these groups.
  • To be more favorable for this function, a website could focus on:
    • Providing clear and structured data about individuals and their group memberships.
    • Using schema markup to highlight relationships between people and groups.
    • Organizing content in a way that reflects the relationships and group affiliations of individuals.
    • Ensuring that user-generated content is accurately attributed to the correct individuals and groups.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A membership that the person has. The person can be a member of multiple circles and multiple contact-groups. A circle membership is created by adding a person to a circle by person-id or by email. A contact-group membership is created by adding a contact to a contact-group.

Attributes

  • circleId (type: String.t, default: nil) - A circle that the person belongs to.
  • contactGroupId (type: String.t, default: nil) - A contact-group that the person belong to. The id can be either a hex-formatted id or a camel-cased SystemContactGroup predefined group name. The id will be predefined group name iff the system_contact_group_id has a value.
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) - The metadata field can be used to determine which container generated the membership. For example, when the membership has a contact_group_id, the metadata.container will be CONTACT and the container_id will be the contact Id.
  • systemContactGroupId (type: String.t, default: nil) - The membership has a contact_group_id, this field will be populated when the membership is in a system-reserved contact-group.

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.AppsPeopleOzExternalMergedpeopleapiMembership{
    circleId: String.t() | nil,
    contactGroupId: String.t() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    systemContactGroupId: 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.