google_api_people v0.6.0 GoogleApi.People.V1.Model.Event View Source
An event related to the person.
Attributes
- date (DateTime): The date of the event. Defaults to:
null
. - formattedType (String.t): The read-only type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Defaults to:
null
. - metadata (FieldMetadata): Metadata about the event. Defaults to:
null
. - type (String.t): The type of the event. The type can be custom or one of these predefined values: `anniversary` `other` 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()
View Source
t() :: %GoogleApi.People.V1.Model.Event{
date: any(),
formattedType: any(),
metadata: GoogleApi.People.V1.Model.FieldMetadata.t(),
type: any()
}
t() :: %GoogleApi.People.V1.Model.Event{ date: any(), formattedType: any(), metadata: GoogleApi.People.V1.Model.FieldMetadata.t(), type: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.