accounts property

List<Account>? accounts
getter/setter pair

The Accounts returned in the list response.

Represented by a partial view of the Account resource, populating name and creation_request_id.

Implementation

core.List<Account>? accounts;