google_api_people v0.7.0 GoogleApi.People.V1.Model.FieldMetadata View Source
Metadata about a field.
Attributes
primary
(type:boolean()
, default:nil
) - True if the field is the primary field; false if the field is a secondary field.source
(type:GoogleApi.People.V1.Model.Source.t
, default:nil
) - The source of the field.verified
(type:boolean()
, default:nil
) - True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
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.FieldMetadata{
primary: boolean(),
source: GoogleApi.People.V1.Model.Source.t(),
verified: boolean()
}
t() :: %GoogleApi.People.V1.Model.FieldMetadata{ primary: boolean(), source: GoogleApi.People.V1.Model.Source.t(), verified: boolean() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.