google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.PersonAgeRange View Source

The age range of the person. Valid ranges are 17 or younger, 18 to 20, and 21 or older. Age is determined from the user's birthday using Western age reckoning.

Attributes

  • max (type: integer(), default: nil) - The age range's upper bound, if any. Possible values include, but are not limited to, the following:

    • "17" - for age 17
    • "20" - for age 20
  • min (type: integer(), default: nil) - The age range's lower bound, if any. Possible values include, but are not limited to, the following:

    • "21" - for age 21
    • "18" - for age 18

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Plus.V1.Model.PersonAgeRange{max: integer(), min: integer()}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.