responseParameters property
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
Implementation
final Map<String, String>? responseParameters;
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
final Map<String, String>? responseParameters;