WebhookToolConfigInput class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebhookToolConfigInput({String? id, required String name, required String description, int? responseTimeoutSecs, String? type, required WebhookToolApiSchemaConfigInput apiSchema, DynamicVariablesConfig? dynamicVariables})
const
WebhookToolConfigInput.fromJson(Map<String, dynamic> json)
factory

Properties

apiSchema WebhookToolApiSchemaConfigInput
final
description String
final
dynamicVariables DynamicVariablesConfig?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
name String
final
responseTimeoutSecs int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
final

Methods

copyWith({String? id, String? name, String? description, int? responseTimeoutSecs, String? type, WebhookToolApiSchemaConfigInput? apiSchema, DynamicVariablesConfig? dynamicVariables}) WebhookToolConfigInput

Available on WebhookToolConfigInput, provided by the $WebhookToolConfigInputExtension extension

copyWithWrapped({Wrapped<String?>? id, Wrapped<String>? name, Wrapped<String>? description, Wrapped<int?>? responseTimeoutSecs, Wrapped<String?>? type, Wrapped<WebhookToolApiSchemaConfigInput>? apiSchema, Wrapped<DynamicVariablesConfig?>? dynamicVariables}) WebhookToolConfigInput

Available on WebhookToolConfigInput, provided by the $WebhookToolConfigInputExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebhookToolConfigInput Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebhookToolConfigInput instance)