operations property
The list of matching database long-running operations.
Each operation's name will be prefixed by the database's name. The
operation's metadata field type metadata.type_url
describes the type of
the metadata.
Implementation
core.List<Operation>? operations;