SearchContentsRequest class

Creates a SearchContentsRequest payload that allows filter contents of a Dialogue.

Inheritance

Constructors

SearchContentsRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
isPilot bool?
Set this to true to get Piloted content.
getter/setter pair
isPilotVersion bool?
If set to true, gets the piloted version
getter/setter pairinherited
keyword String
Set the search keyword based on which the content should be filtered.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
Sets the Slug of a Dialogue.
getter/setter pairinherited
source String
Sets the source name
getter/setter pairinherited
variables Map<String, dynamic>?
Sets the variables.
getter/setter pair

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