WebhookToolApiSchemaConfigInput class

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

Constructors

WebhookToolApiSchemaConfigInput({required String url, WebhookToolApiSchemaConfigInputMethod? method, Map<String, dynamic>? pathParamsSchema, dynamic queryParamsSchema, dynamic requestBodySchema, Map<String, dynamic>? requestHeaders})
const
WebhookToolApiSchemaConfigInput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
method WebhookToolApiSchemaConfigInputMethod?
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, WebhookToolApiSchemaConfigInputMethod? method, Map<String, dynamic>? pathParamsSchema, dynamic queryParamsSchema, dynamic requestBodySchema, Map<String, dynamic>? requestHeaders}) WebhookToolApiSchemaConfigInput

Available on WebhookToolApiSchemaConfigInput, provided by the $WebhookToolApiSchemaConfigInputExtension extension

copyWithWrapped({Wrapped<String>? url, Wrapped<WebhookToolApiSchemaConfigInputMethod?>? method, Wrapped<Map<String, dynamic>?>? pathParamsSchema, Wrapped? queryParamsSchema, Wrapped? requestBodySchema, Wrapped<Map<String, dynamic>?>? requestHeaders}) WebhookToolApiSchemaConfigInput

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