View Source GoogleApi.People.V1.Model.AgeRangeType (google_api_people v0.43.0)
A person's age range.
Attributes
-
ageRange(type:String.t, default:nil) - The age range. -
metadata(type:GoogleApi.People.V1.Model.FieldMetadata.t, default:nil) - Metadata about the age range.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.People.V1.Model.AgeRangeType{ ageRange: String.t() | nil, metadata: GoogleApi.People.V1.Model.FieldMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.