google_api_people v0.24.0 GoogleApi.People.V1.Model.Birthday View Source
A person's birthday. At least one of the date
and text
fields are
specified. The date
and text
fields typically represent the same
date, but are not guaranteed to.
Attributes
-
date
(type:GoogleApi.People.V1.Model.Date.t
, default:nil
) - The date of the birthday. -
metadata
(type:GoogleApi.People.V1.Model.FieldMetadata.t
, default:nil
) - Metadata about the birthday. -
text
(type:String.t
, default:nil
) - A free-form string representing the user's birthday.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.People.V1.Model.Birthday{ date: GoogleApi.People.V1.Model.Date.t(), metadata: GoogleApi.People.V1.Model.FieldMetadata.t(), text: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.