AppsPeopleOzExternalMergedpeopleapiLimitedProfileSettingsField

AI Overview😉

  • Potential purpose of module: This module appears to be related to handling limited profile settings for individuals in the context of Google's People API. It may be used to determine what information about a person should be shared or hidden in search results.
  • Impact on search results: This module could impact search results by influencing what personal information is displayed about an individual. For example, it may affect whether a person's social media profiles, contact information, or other personal details are shown in search results. This could lead to more private or restricted search results for certain individuals.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that it provides clear and accurate information about an individual's profile settings and privacy preferences. This could involve using standardized metadata formats to specify what information should be shared or hidden. Additionally, websites may want to implement robust privacy controls and settings to allow individuals to manage their own profile visibility.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • limitedProfileSettings (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoLimitedProfileSettings.t, default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiLimitedProfileSettingsField{
    limitedProfileSettings:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoLimitedProfileSettings.t()
      | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.