QueryRecordRequestBody class

================================================================== Request Body

Implementers
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QueryRecordRequestBody({List<String>? select, FilterCondition? filter, List<SortCondition>? sorts, num? limit, num? skip, String? userpoolTeamId, String? groupId, bool? withNextLayer})
const

Properties

filter FilterCondition?
final
groupId String?
final
hashCode int
The hash code for this object.
no setterinherited
limit num?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select List<String>?
final
skip num?
final
sorts List<SortCondition>?
final
userpoolTeamId String?
final
withNextLayer bool?
final

Methods

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 ==(Object other) bool
The equality operator.
inherited