google_api_people v0.24.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
) - Output only. 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
Specs
t() :: %GoogleApi.People.V1.Model.FieldMetadata{ primary: boolean(), source: GoogleApi.People.V1.Model.Source.t(), verified: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.