account property

String? account
getter/setter pair

The name of the Account resource that this Admin refers to.

Used when calling locations.admins.create to invite a LocationGroup as an admin. If both this field and admin are set on CREATE requests, this field takes precedence and the email address in admin will be ignored. Format: accounts/{account}.

Immutable.

Implementation

core.String? account;