WebhookToolConfigOutput constructor
const
WebhookToolConfigOutput({
- String? id,
- required String name,
- required String description,
- int? responseTimeoutSecs,
- String? type,
- required WebhookToolApiSchemaConfigOutput apiSchema,
- DynamicVariablesConfig? dynamicVariables,
Implementation
const WebhookToolConfigOutput({
this.id,
required this.name,
required this.description,
this.responseTimeoutSecs,
this.type,
required this.apiSchema,
this.dynamicVariables,
});