UpdateRouteResult constructor

UpdateRouteResult({
  1. bool? apiGatewayManaged,
  2. bool? apiKeyRequired,
  3. List<String>? authorizationScopes,
  4. AuthorizationType? authorizationType,
  5. String? authorizerId,
  6. String? modelSelectionExpression,
  7. String? operationName,
  8. Map<String, String>? requestModels,
  9. Map<String, ParameterConstraints>? requestParameters,
  10. String? routeId,
  11. String? routeKey,
  12. String? routeResponseSelectionExpression,
  13. String? target,
})

Implementation

UpdateRouteResult({
  this.apiGatewayManaged,
  this.apiKeyRequired,
  this.authorizationScopes,
  this.authorizationType,
  this.authorizerId,
  this.modelSelectionExpression,
  this.operationName,
  this.requestModels,
  this.requestParameters,
  this.routeId,
  this.routeKey,
  this.routeResponseSelectionExpression,
  this.target,
});