TransferSweepListRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
Properties
- clientId → String?
-
final
- count → int?
-
final
- endTime → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- offset → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secret → String?
-
final
- startTime → DateTime?
-
final
- transferId → String?
-
final
Methods
-
copyWith(
{String? clientId, String? secret, DateTime? startTime, DateTime? endTime, int? count, String? transferId, int? offset}) → TransferSweepListRequest -
Available on TransferSweepListRequest, provided by the $TransferSweepListRequestExtension 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.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const TransferSweepListRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferSweepListRequest instance)