operations property

List<Operation>? operations
final

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

Implementation

final List<Operation>? operations;