OpenApiTool constructor

OpenApiTool({
  1. ApiAuthentication? apiAuthentication,
  2. String? description,
  3. bool? ignoreUnknownFields,
  4. String? name,
  5. String? openApiSchema,
  6. ServiceDirectoryConfig? serviceDirectoryConfig,
  7. TlsConfig? tlsConfig,
  8. String? url,
})

Implementation

OpenApiTool({
  this.apiAuthentication,
  this.description,
  this.ignoreUnknownFields,
  this.name,
  this.openApiSchema,
  this.serviceDirectoryConfig,
  this.tlsConfig,
  this.url,
});