ListOperationsResponse class

The ListOperations response includes the following elements.

Constructors

ListOperationsResponse({required List<OperationSummary> operations, String? nextPageMarker})
ListOperationsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextPageMarker String?
If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.
final
operations List<OperationSummary>
Lists summaries of the operations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited