HttpParameters class
These are custom parameter to be used when the target is an API Gateway REST APIs.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headerParameters
→ Map<
String, String> ? -
The headers that need to be sent as part of request invoking the API Gateway
REST API.
final
-
pathParameterValues
→ List<
String> ? -
The path parameter values to be used to populate API Gateway REST API path
wildcards ("*").
final
-
queryStringParameters
→ Map<
String, String> ? -
The query string keys/values that need to be sent as part of request
invoking the API Gateway REST API.
final
- 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