CreateApiResponse constructor

CreateApiResponse({
  1. String? apiEndpoint,
  2. bool? apiGatewayManaged,
  3. String? apiId,
  4. String? apiKeySelectionExpression,
  5. Cors? corsConfiguration,
  6. DateTime? createdDate,
  7. String? description,
  8. bool? disableExecuteApiEndpoint,
  9. bool? disableSchemaValidation,
  10. List<String>? importInfo,
  11. String? name,
  12. ProtocolType? protocolType,
  13. String? routeSelectionExpression,
  14. Map<String, String>? tags,
  15. String? version,
  16. List<String>? warnings,
})

Implementation

CreateApiResponse({
  this.apiEndpoint,
  this.apiGatewayManaged,
  this.apiId,
  this.apiKeySelectionExpression,
  this.corsConfiguration,
  this.createdDate,
  this.description,
  this.disableExecuteApiEndpoint,
  this.disableSchemaValidation,
  this.importInfo,
  this.name,
  this.protocolType,
  this.routeSelectionExpression,
  this.tags,
  this.version,
  this.warnings,
});