UpdateWebhookSubscriptionRequest class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

UpdateWebhookSubscriptionRequest.new({required String verificationToken, dynamic callbackUrl, dynamic eventType, dynamic dataType})
const
UpdateWebhookSubscriptionRequest.fromJson(Map<String, dynamic> json)
factory

Properties

callbackUrl → dynamic
final
dataType → dynamic
final
eventType → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationToken String
final

Methods

copyWith({String? verificationToken, dynamic callbackUrl, dynamic eventType, dynamic dataType}) UpdateWebhookSubscriptionRequest

Available on UpdateWebhookSubscriptionRequest, provided by the $UpdateWebhookSubscriptionRequestExtension extension

copyWithWrapped({Wrapped<String>? verificationToken, Wrapped? callbackUrl, Wrapped? eventType, Wrapped? dataType}) UpdateWebhookSubscriptionRequest

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