AwsApiGatewayRestApiDetails constructor

AwsApiGatewayRestApiDetails({
  1. String? apiKeySource,
  2. List<String>? binaryMediaTypes,
  3. String? createdDate,
  4. String? description,
  5. AwsApiGatewayEndpointConfiguration? endpointConfiguration,
  6. String? id,
  7. int? minimumCompressionSize,
  8. String? name,
  9. String? version,
})

Implementation

AwsApiGatewayRestApiDetails({
  this.apiKeySource,
  this.binaryMediaTypes,
  this.createdDate,
  this.description,
  this.endpointConfiguration,
  this.id,
  this.minimumCompressionSize,
  this.name,
  this.version,
});