AppsPeopleOzExternalMergedpeopleapiGplusExtendedData

AI Overview😉

  • The potential purpose of this module is to identify and flag users who have certain restrictions or permissions, such as enterprise users or those with specific content restrictions. This module appears to be related to Google's People API and GPlus extended data.
  • This module could impact search results by influencing the visibility or ranking of content created by users with specific restrictions or permissions. For example, content from enterprise users may be given more weight or priority in search results, or content with certain restrictions may be filtered out or demoted.
  • To be more favorable for this function, a website may need to ensure that its content and user data are accurately labeled and provided to Google, such as identifying enterprise users or applying appropriate content restrictions. Additionally, websites may need to optimize their content to be more relevant and useful to users with specific permissions or restrictions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • contentRestriction (type: String.t, default: nil) -
  • isEnterpriseUser (type: boolean(), default: nil) - Equivalent to having the DASHER_POLICY bit in the REGISTERED state.

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.AppsPeopleOzExternalMergedpeopleapiGplusExtendedData{
    contentRestriction: String.t() | nil,
    isEnterpriseUser: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.