Account class
An account is a container for your location.
If you are the only user who manages locations for your business, you can use your personal Google Account. To share management of locations with multiple users, create a business account.
Constructors
Properties
- accountName ↔ String?
-
The name of the account.
getter/setter pair
- accountNumber ↔ String?
-
Account reference number if provisioned.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name, in the format
accounts/{account_id}
.getter/setter pair - organizationInfo ↔ OrganizationInfo?
-
Additional info for an organization.
getter/setter pair
- permissionLevel ↔ String?
-
Specifies the permission level the user has for this account.
getter/setter pair
- primaryOwner ↔ String?
-
Input only.
getter/setter pair
- role ↔ String?
-
Specifies the AccountRole of this account.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Contains the type of account.
getter/setter pair
- verificationState ↔ String?
-
If verified, future locations that are created are automatically connected
to Google Maps, and have Google+ pages created, without requiring
moderation.
getter/setter pair
- vettedState ↔ String?
-
Indicates whether the account is vetted by Google.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited