GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriod
Table of Contents ▼
Jump to a specific part of the page:
Description
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.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
calendarDay
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate
, default:nil
)
- Provisional birthday <AoC the user provided, which made them enter the grace period. The main birthday fields were not altered yet while in the grace period. -
gracePeriodEnd
(type:DateTime.t
, default:nil
)
- Timestamp which signifies the end of the grace period for this account. -
gracePeriodStart
(type:DateTime.t
, default:nil
)
- Timestamp which signifies the start of the grace period for this account. -
gracePeriodType
(type:String.t
, default:nil
)
- -
manualGracePeriodInfo
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriodManualGracePeriodInfo
, default:nil
)
-
Type
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiBirthdayAgeDisableGracePeriod