OpenApiTool constructor
OpenApiTool({
- ApiAuthentication? apiAuthentication,
- String? description,
- bool? ignoreUnknownFields,
- String? name,
- String? openApiSchema,
- ServiceDirectoryConfig? serviceDirectoryConfig,
- TlsConfig? tlsConfig,
- String? url,
Implementation
OpenApiTool({
this.apiAuthentication,
this.description,
this.ignoreUnknownFields,
this.name,
this.openApiSchema,
this.serviceDirectoryConfig,
this.tlsConfig,
this.url,
});