type property

String? type
getter/setter pair

The type of the Business Profile. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "USER" : The GBP account is a user account.
  • "BUSINESS_ACCOUNT" : The GBP account is a business account.

Implementation

core.String? type;