Voting helps other researchers find interesting modules.
Whether this field is set or not determines whether an account is in the grace period. While in the grace period, the user is unable to change their birthday on their own, and will be age-disabled if they don't act in a limited amount of time. Applies only to ServiceData Birthday. Users enter the grace period if they choose a birthday below the Age of Consent (go/aoc). After the grace period ends, the account will be age disabled. See go/age-disable-grace-period-dd.
calendarDay
GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t
nil
gracePeriodEnd
DateTime.t
gracePeriodStart
gracePeriodType
String.t
manualGracePeriodInfo
GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriodManualGracePeriodInfo.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriod{ calendarDay: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil, gracePeriodEnd: DateTime.t() | nil, gracePeriodStart: DateTime.t() | nil, gracePeriodType: String.t() | nil, manualGracePeriodInfo: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriodManualGracePeriodInfo.t() | nil }
@spec decode(struct(), keyword()) :: struct()