RestApi constructor

RestApi({
  1. ApiKeySourceType? apiKeySource,
  2. List<String>? binaryMediaTypes,
  3. DateTime? createdDate,
  4. String? description,
  5. bool? disableExecuteApiEndpoint,
  6. EndpointConfiguration? endpointConfiguration,
  7. String? id,
  8. int? minimumCompressionSize,
  9. String? name,
  10. String? policy,
  11. Map<String, String>? tags,
  12. String? version,
  13. List<String>? warnings,
})

Implementation

RestApi({
  this.apiKeySource,
  this.binaryMediaTypes,
  this.createdDate,
  this.description,
  this.disableExecuteApiEndpoint,
  this.endpointConfiguration,
  this.id,
  this.minimumCompressionSize,
  this.name,
  this.policy,
  this.tags,
  this.version,
  this.warnings,
});