WorkspaceBatchCallsResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WorkspaceBatchCallsResponse({required List<
BatchCallResponse> batchCalls, dynamic nextDoc, bool? hasMore}) -
const
-
WorkspaceBatchCallsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
batchCalls
→ List<
BatchCallResponse> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasMore → bool?
-
final
- nextDoc → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< BatchCallResponse> ? batchCalls, dynamic nextDoc, bool? hasMore}) → WorkspaceBatchCallsResponse -
Available on WorkspaceBatchCallsResponse, provided by the $WorkspaceBatchCallsResponseExtension extension
-
copyWithWrapped(
{Wrapped< List< ? batchCalls, Wrapped? nextDoc, Wrapped<BatchCallResponse> >bool?> ? hasMore}) → WorkspaceBatchCallsResponse -
Available on WorkspaceBatchCallsResponse, provided by the $WorkspaceBatchCallsResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WorkspaceBatchCallsResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WorkspaceBatchCallsResponse instance)