instanceState property

String? instanceState
final

Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances. Check the InstanceState enum for the list of possible values.

Implementation

final String? instanceState;