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