google_api_people v0.11.0 GoogleApi.People.V1.Model.Gender View Source
A person's gender.
Attributes
formattedValue
(type:String.t
, default:nil
) - The read-only value of the gender translated and formatted in the viewer's account locale or theAccept-Language
HTTP header locale.metadata
(type:GoogleApi.People.V1.Model.FieldMetadata.t
, default:nil
) - Metadata about the gender.value
(type:String.t
, default:nil
) - The gender for the person. The gender can be custom or one of these predefined values:male
female
other
unknown
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 Sourcet() :: %GoogleApi.People.V1.Model.Gender{ formattedValue: String.t(), metadata: GoogleApi.People.V1.Model.FieldMetadata.t(), value: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.