GoogleCloudApihubV1HttpResponse class
An aggregation of HTTP responses.
Constructors
-
GoogleCloudApihubV1HttpResponse.new({Map<
String, GoogleCloudApihubV1Header> ? headers, Map<String, String> ? responseCodes}) - GoogleCloudApihubV1HttpResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
↔ Map<
String, GoogleCloudApihubV1Header> ? -
Unordered map from header name to header metadata
getter/setter pair
-
responseCodes
↔ Map<
String, String> ? -
Map of status code to observed count
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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