View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAgeRangeType (google_api_content_warehouse v0.4.0)
Please read go/people-api-howto:age on how to get age data. Message for the Person.age_range_repeated
field. Replaces the existing Person.age_range
field.
Attributes
-
ageInYears
(type:integer()
, default:nil
) - Please read go/people-api-howto:age on how to get age data. Age of the user. The field is set based on profile storage fields such as account birthday. If the source fields are not present,age_in_years
will be left unset. -
ageOfConsentStatus
(type:String.t
, default:nil
) - Deprecated. Use go/supervised-accounts#capabilities-for-child-accounts instead. Denotes whether the user is under the region based Age of Consent. The user's region is based on ClientUserInfo.GlobalTos.AgreedLocation The age is inferred from Birthday field or CertifiedBornBefore field. The region based AoC is specified at go/aoc. -
ageRange
(type:String.t
, default:nil
) - Deprecated. Please read go/people-api-howto:age on how to get age data. Age range is populated based onaccount_birthday
andcertified_born_before
, which may not be set for dasher users. -
metadata
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAgeRangeType{ ageInYears: integer() | nil, ageOfConsentStatus: String.t() | nil, ageRange: String.t() | nil, metadata: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.