ElasticResponseMeta class

Object delimiting the results meta data.

See https://www.elastic.co/guide/en/app-search/current/search.html#search-api-response-body

Annotations
  • @freezed

Constructors

ElasticResponseMeta({@JsonKey(name: "request_id") required String requestId, required List warnings, required List alerts, required ElasticResponseMetaPage page})
factory
ElasticResponseMeta.fromJson(Map<String, dynamic> json)
factory

Properties

alerts List
Array of alerts for your deployment.
no setterinherited
copyWith → $ElasticResponseMetaCopyWith<ElasticResponseMeta>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
page ElasticResponseMetaPage
Object delimiting the pagination meta data.
no setterinherited
requestId String
String ID representing the request. Guaranteed to be unique.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List
Array of warnings for the query.
no setterinherited

Methods

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

Operators

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