GetApiResponse constructor
      
      GetApiResponse({ 
    
    
- String? apiEndpoint,
- bool? apiGatewayManaged,
- String? apiId,
- String? apiKeySelectionExpression,
- Cors? corsConfiguration,
- DateTime? createdDate,
- String? description,
- bool? disableExecuteApiEndpoint,
- bool? disableSchemaValidation,
- List<String> ? importInfo,
- String? name,
- ProtocolType? protocolType,
- String? routeSelectionExpression,
- Map<String, String> ? tags,
- String? version,
- List<String> ? warnings,
Implementation
GetApiResponse({
  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,
});