activeOperations property

List<Operation>? activeOperations
getter/setter pair

Lists operation ids associated with this model whose status is NOT done.

Output only.

Implementation

core.List<Operation>? activeOperations;