WebhookToolApiSchemaConfigOutput class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebhookToolApiSchemaConfigOutput({required String url, WebhookToolApiSchemaConfigOutputMethod? method, Map<
String, dynamic> ? pathParamsSchema, dynamic queryParamsSchema, dynamic requestBodySchema, Map<String, dynamic> ? requestHeaders}) -
const
-
WebhookToolApiSchemaConfigOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- method → WebhookToolApiSchemaConfigOutputMethod?
-
final
-
pathParamsSchema
→ Map<
String, dynamic> ? -
final
- queryParamsSchema → dynamic
-
final
- requestBodySchema → dynamic
-
final
-
requestHeaders
→ Map<
String, dynamic> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
final
Methods
-
copyWith(
{String? url, WebhookToolApiSchemaConfigOutputMethod? method, Map< String, dynamic> ? pathParamsSchema, dynamic queryParamsSchema, dynamic requestBodySchema, Map<String, dynamic> ? requestHeaders}) → WebhookToolApiSchemaConfigOutput -
Available on WebhookToolApiSchemaConfigOutput, provided by the $WebhookToolApiSchemaConfigOutputExtension extension
-
copyWithWrapped(
{Wrapped< String> ? url, Wrapped<WebhookToolApiSchemaConfigOutputMethod?> ? method, Wrapped<Map< ? pathParamsSchema, Wrapped? queryParamsSchema, Wrapped? requestBodySchema, Wrapped<String, dynamic> ?>Map< ? requestHeaders}) → WebhookToolApiSchemaConfigOutputString, dynamic> ?> -
Available on WebhookToolApiSchemaConfigOutput, provided by the $WebhookToolApiSchemaConfigOutputExtension 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
Static Methods
Constants
-
fromJsonFactory
→ const WebhookToolApiSchemaConfigOutput Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebhookToolApiSchemaConfigOutput instance)