WebhookToolConfigOutput class

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

Constructors

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

Properties

apiSchema WebhookToolApiSchemaConfigOutput
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, WebhookToolApiSchemaConfigOutput? apiSchema, DynamicVariablesConfig? dynamicVariables}) WebhookToolConfigOutput

Available on WebhookToolConfigOutput, provided by the $WebhookToolConfigOutputExtension extension

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

Available on WebhookToolConfigOutput, provided by the $WebhookToolConfigOutputExtension 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 WebhookToolConfigOutput Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebhookToolConfigOutput instance)