AppsPeopleOzExternalMergedpeopleapiRosterMemberCount

AI Overview😉

  • Potential purpose of module: This module appears to be related to counting the number of members in a group or roster, specifically distinguishing between direct sub-rosters and direct non-roster members. It may be used to help Google understand the structure and size of online communities or groups.
  • Impact on search results: This module could impact search results by influencing how Google ranks or filters content related to groups or communities. For example, a group with a large number of direct members may be considered more relevant or authoritative than one with fewer members. This could affect the visibility of search results related to these groups.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that its group or community structure is clearly defined and easily crawlable by Google. This could involve using schema markup or other semantic HTML to identify groups and their members, as well as providing clear and consistent naming conventions for groups and sub-groups.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents the summary of member counts of a roster. Used in RosterDetails. Corresponds to http://cs/symbol:google.apps.cloudidentity.groups.internal.Group.DirectMemberCountPerType

Attributes

  • directGroupCount (type: String.t, default: nil) - Indicates the number of direct sub-rosters of the roster. This comes from http://cs/symbol:google.apps.cloudidentity.groups.internal.Group.DirectMemberCountPerType.group_count
  • directUserCount (type: String.t, default: nil) - Indicates the number of direct, non-roster members of the roster. This comes from http://cs/symbol:google.apps.cloudidentity.groups.internal.Group.DirectMemberCountPerType.user_count

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.AppsPeopleOzExternalMergedpeopleapiRosterMemberCount{
    directGroupCount: String.t() | nil,
    directUserCount: 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.