InlineObject62 class abstract

InlineObject62

Properties:

  • terms - The search terms as inputed by the user. To search for posts from a user include from:someusername, using a user's username. To search in a specific channel include in:somechannel, using the channel name (not the display name).
  • isOrSearch - Set to true if an Or search should be performed vs an And search.
  • timeZoneOffset - Offset from UTC of user timezone for date searches.
  • includeDeletedChannels - Set to true if deleted channels should be included in the search. (archived channels)
  • page - The page to select. (Only works with Elasticsearch)
  • perPage - The number of posts per page. (Only works with Elasticsearch)

Constructors

InlineObject62([void updates(InlineObject62Builder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
includeDeletedChannels bool?
Set to true if deleted channels should be included in the search. (archived channels)
no setter
isOrSearch bool
Set to true if an Or search should be performed vs an And search.
no setter
page int?
The page to select. (Only works with Elasticsearch)
no setter
perPage int?
The number of posts per page. (Only works with Elasticsearch)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terms String
The search terms as inputed by the user. To search for posts from a user include from:someusername, using a user's username. To search in a specific channel include in:somechannel, using the channel name (not the display name).
no setter
timeZoneOffset int?
Offset from UTC of user timezone for date searches.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InlineObject62Builder)) InlineObject62
Rebuilds the instance.
inherited
toBuilder() InlineObject62Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InlineObject62>
no setter