GetRelatingEventsResponse class

Annotations
  • @_NameSource('generated')

Constructors

GetRelatingEventsResponse({required List<MatrixEvent> chunk, String? nextBatch, String? prevBatch, int? recursionDepth})
GetRelatingEventsResponse.fromJson(Map<String, Object?> json)

Properties

chunk List<MatrixEvent>
The child events of the requested event, ordered topologically most-recent first. The events returned will match the relType and eventType supplied in the URL.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
nextBatch String?
An opaque string representing a pagination token. The absence of this token means there are no more results to fetch and the client should stop paginating.
getter/setter pair
prevBatch String?
An opaque string representing a pagination token. The absence of this token means this is the start of the result set, i.e. this is the first batch/page.
getter/setter pair
recursionDepth int?
If the recurse parameter was supplied by the client, this response field is mandatory and gives the actual depth to which the server recursed. If the client did not specify the recurse parameter, this field must be absent.
getter/setter pair
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
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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