type property
The source type. Possible string values are:
- "SOURCE_TYPE_UNSPECIFIED" : Unspecified.
- "ACCOUNT" : Google Account.
- "PROFILE" : Google profile. You can view the profile at [https://profiles.google.com/](https://profiles.google.com/){id}, where {id} is the source id.
- "DOMAIN_PROFILE" : Google Workspace domain profile.
- "CONTACT" : Google contact. You can view the contact at [https://contact.google.com/](https://contact.google.com/){id}, where {id} is the source id.
- "OTHER_CONTACT" : [Google "Other contact"](https://contacts.google.com/other).
- "DOMAIN_CONTACT" : Google Workspace domain shared contact.
Implementation
core.String? type;