RegionalProductAgeRatingInfo

Details about the age rating for a specific geographic region.

JSON representation
{
  "regionCode": string,
  "productAgeRatingTier": enum (ProductAgeRatingTier)
}
Fields
regionCode

string

Region code this configuration applies to, as defined by ISO 3166-2, e.g. "US".

productAgeRatingTier

enum (ProductAgeRatingTier)

The age rating tier of a product for the given region.

ProductAgeRatingTier

Age rating tier of a product.

Enums
PRODUCT_AGE_RATING_TIER_UNKNOWN Unknown age rating tier.
PRODUCT_AGE_RATING_TIER_EVERYONE Age rating tier for products that are appropriate for all ages.
PRODUCT_AGE_RATING_TIER_THIRTEEN_AND_ABOVE Age rating tier for products that are appropriate for 13 years and above.
PRODUCT_AGE_RATING_TIER_SIXTEEN_AND_ABOVE Age rating tier for products that are appropriate for 16 years and above.
PRODUCT_AGE_RATING_TIER_EIGHTEEN_AND_ABOVE Age rating tier for products that are appropriate for 18 years and above.