AwsApiGatewayEventHeaders class
API Gateway Event Headers ...
- Annotations
-
- @JsonSerializable()
Constructors
- AwsApiGatewayEventHeaders({String? accept, String? acceptEncoding, String? cloudfrontIsDesktopViewer, String? cloudfrontIsMobileViewer, String? cloudfrontIsSmartTvViewer, String? cloudfrontForwardProto, String? cloudfrontIsTabletViewer, String? cloudfrontViewerCountry, String? upgradeInsecureRequests, String? cacheControl, String? host, String? via, String? userAgent, String? xAmzCfId, String? xAmznTraceId, String? xForwardedFor, String? xForwardedPort, String? xForwardedProto})
-
AwsApiGatewayEventHeaders.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accept → String?
-
final
- acceptEncoding → String?
-
final
- cacheControl → String?
-
final
- cloudfrontForwardProto → String?
-
final
- cloudfrontIsDesktopViewer → String?
-
final
- cloudfrontIsMobileViewer → String?
-
final
- cloudfrontIsSmartTvViewer → String?
-
final
- cloudfrontIsTabletViewer → String?
-
final
- cloudfrontViewerCountry → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String?
-
final
-
raw
↔ Map<
String, dynamic> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upgradeInsecureRequests → String?
-
final
- userAgent → String?
-
final
- via → String?
-
final
- xAmzCfId → String?
-
final
- xAmznTraceId → String?
-
final
- xForwardedFor → String?
-
final
- xForwardedPort → String?
-
final
- xForwardedProto → String?
-
final
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