google_api_people v0.4.1 GoogleApi.People.V1.Model.FieldMetadata View Source

Metadata about a field.

Attributes

  • primary (boolean()): True if the field is the primary field; false if the field is a secondary field. Defaults to: null.
  • source (Source): The source of the field. Defaults to: null.
  • verified (boolean()): 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. 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.FieldMetadata{
  primary: any(),
  source: GoogleApi.People.V1.Model.Source.t(),
  verified: 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.