google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.Vcard View Source

A vCard-in-JSON message that contains only the fields needed for PAWS: - fn: Full name of an individual - org: Name of the organization - adr: Address fields - tel: Telephone numbers - email: Email addresses

Attributes

  • adr (VcardAddress): The street address of the entity. Defaults to: null.
  • email (VcardTypedText): An email address that can be used to reach the contact. Defaults to: null.
  • fn (String.t): The full name of the contact person. For example: John A. Smith. Defaults to: null.
  • org (VcardTypedText): The organization associated with the registering entity. Defaults to: null.
  • tel (VcardTelephone): A telephone number that can be used to call the contact. 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 section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.