SearchSubscriptionsRequest class

Annotations
  • @JsonSerializable()

Constructors

SearchSubscriptionsRequest({String? cursor, int? limit, SearchSubscriptionsQuery? query, List<String>? include})
const
SearchSubscriptionsRequest.fromJson(Map<String, dynamic> json)
Converts a Map to an SearchSubscriptionsRequest
factory

Properties

cursor String?
When the total number of resulting subscriptions exceeds the limit of a paged response, specify the cursor returned from a preceding response here to fetch the next set of results. If the cursor is unset, the response contains the last page of the results.
final
hashCode int
The hash code for this object.
no setterinherited
include List<String>?
An option to include related information in the response.
final
limit int?
The upper limit on the number of subscriptions to return in a paged response.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
query SearchSubscriptionsQuery?
A subscription query consisting of specified filtering conditions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a SearchSubscriptionsRequest to a Map
toString() String
A string representation of this object.
inherited

Operators

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