AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriodManualGracePeriodInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to Google's age verification and account disablement process. It allows Google operators to manually set a user's account into a "grace period" before disabling it due to age restrictions, and provides a way for the user to appeal the decision.
  • Impact on search results: This module is unlikely to directly impact search results, as it is focused on account management and age verification. However, it may indirectly affect search results if a user's account is disabled due to age restrictions, which could impact their ability to access certain content or features.
  • Optimization for this function: As this module is related to account management and age verification, it is unlikely that website owners can optimize their content to directly influence this function. However, ensuring that their website is compliant with age-related regulations and guidelines may help to avoid unnecessary account disablements or restrictions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information provided within MutateDataRequest when setting a user into AgeDisableGracePeriod manually. When the grace period expires, this info will be forwarded to Gaia when disabling the user. cs//symbol:InitiateAgeDisableGracePeriodArguments

Attributes

  • escalateTo (type: String.t, default: nil) - The Gaia ID of an email that ops can send inquiries to for appeals.
  • executedBy (type: String.t, default: nil) - The Gaia ID of a Googler who initiated this disable.
  • reason (type: String.t, default: nil) - When setting a user into age grace period manually, the requester can additionally supply a short human-readable reason of why the account is put into manual grace period. The description will be forwarded to Gaia when we disable the account when the grace period expires.

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.AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriodManualGracePeriodInfo{
    escalateTo: String.t() | nil,
    executedBy: String.t() | nil,
    reason: 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.