statuses property

List<Status>? statuses
getter/setter pair

A list of statuses for the deleted accounts.

Results have the same order as the request.

Implementation

core.List<Status>? statuses;