View Source GoogleApi.People.V1.Model.Interest (google_api_people v0.43.0)
One of the person's interests.
Attributes
-
metadata(type:GoogleApi.People.V1.Model.FieldMetadata.t, default:nil) - Metadata about the interest. -
value(type:String.t, default:nil) - The interest; for example,stargazing.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.People.V1.Model.Interest{ metadata: GoogleApi.People.V1.Model.FieldMetadata.t() | nil, value: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.