google_api_people v0.6.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 (DateTime): The date of the birthday. Defaults to: null.
  • metadata (FieldMetadata): Metadata about the birthday. Defaults to: null.
  • text (String.t): A free-form string representing the user's birthday. Defaults to: null.

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.People.V1.Model.Birthday{
  date: any(),
  metadata: GoogleApi.People.V1.Model.FieldMetadata.t(),
  text: any()
}

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.