QueryHistoryResponse class

Response payload sent back to a physical web client.

This response contains the record found based on the identiers present in a QueryHistoryRequest. The returned response will have a history record, and sometimes details on normalization actions taken on the request that were necessary to make the request successful.

Constructors

QueryHistoryResponse({HistoryRecord? record, UrlNormalization? urlNormalizationDetails})
QueryHistoryResponse.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
record HistoryRecord?
The record that was found.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlNormalizationDetails UrlNormalization?
These are details about automated normalization actions that were taken in order to make the requested url_pattern valid.
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