AppsPeopleOzExternalMergedpeopleapiRosterDetails

AI Overview😉

  • The potential purpose of this module is to gather information about groups and communities related to a specific topic or entity, such as Google Groups and Chatrooms. This module seems to focus on collecting data about the members and structure of these groups, including the number of members, types of members, and possibly even the relationships between them.
  • This module could impact search results by influencing the ranking of websites and content related to specific groups or communities. For example, if a website is heavily involved in a particular Google Group or Chatroom, this module may give it a boost in search results related to that topic. Conversely, if a website is not well-connected to relevant groups, it may be demoted in search results.
  • To be more favorable for this function, a website may want to:
    • Participate actively in relevant Google Groups and Chatrooms
    • Display clear connections to these groups on their website, such as badges or mentions
    • Use keywords and topics related to these groups in their content
    • Build relationships with other websites and entities involved in these groups

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information specific to rosters like Google Groups and Chatrooms.

Attributes

  • abridgedRosterMemberships (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRosterMember.t), default: nil) - Abridged / sample subset of member details of the roster. NOTE: This field is only returned if the request's field mask includes "person.roster_details.abridged_roster_memberships". http://cs/symbol:google.apps.cloudidentity.groups.internal.GroupSummary.abridged_memberships
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -
  • rosterMemberCount (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRosterMemberCount.t, default: nil) - Indicates the number of members and sub-rosters of the roster. Corresponds to http://cs/symbol:google.apps.cloudidentity.groups.internal.Group.direct_member_count_per_type

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.AppsPeopleOzExternalMergedpeopleapiRosterDetails{
    abridgedRosterMemberships:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRosterMember.t()
      ]
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil,
    rosterMemberCount:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiRosterMemberCount.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.