google_api_spectrum v0.0.1 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): 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.