WebhookToolApiSchemaConfigOutput constructor
const
WebhookToolApiSchemaConfigOutput({})
Implementation
const WebhookToolApiSchemaConfigOutput({
required this.url,
this.method,
this.pathParamsSchema,
this.queryParamsSchema,
this.requestBodySchema,
this.requestHeaders,
});