verificationState property

String? verificationState
getter/setter pair

If verified, future locations that are created are automatically connected to Google Maps, and have Google+ pages created, without requiring moderation.

Output only. Possible string values are:

  • "VERIFICATION_STATE_UNSPECIFIED" : Not specified.
  • "VERIFIED" : Verified account.
  • "UNVERIFIED" : Account that is not verified, and verification has not been requested.
  • "VERIFICATION_REQUESTED" : Account that is not verified, but verification has been requested.

Implementation

core.String? verificationState;