accounts property

List<Account>? accounts
getter/setter pair

A collection of accounts to which the user has access.

The personal account of the user doing the query will always be the first item of the result, unless it is filtered out.

Implementation

core.List<Account>? accounts;