LocationVerification

  • The verification information for a location is represented by a JSON object with name and verificationState fields.

  • The name field is a required string that serves as the identifier for the verification.

  • The verificationState field is an enum that indicates the current verification state.

Details about the verification information for a location.

JSON representation
{
  "name": string,
  "verificationState": enum (VerificationState)
}
Fields
name

string

Required. The identifier for verification.

verificationState

enum (VerificationState)

The verification state.