instances property

List<Instance>? instances
getter/setter pair

The list of instances matching the request filters, up to the requested ListInstancesRequest.pageSize.

Implementation

core.List<Instance>? instances;