CreateRouteResponseResponse constructor

CreateRouteResponseResponse({
  1. String? modelSelectionExpression,
  2. Map<String, String>? responseModels,
  3. Map<String, ParameterConstraints>? responseParameters,
  4. String? routeResponseId,
  5. String? routeResponseKey,
})

Implementation

CreateRouteResponseResponse({
  this.modelSelectionExpression,
  this.responseModels,
  this.responseParameters,
  this.routeResponseId,
  this.routeResponseKey,
});