name property
The name of the webhook destination. This will be included in the request body when you receive a webhook notification.
Implementation
@JsonKey(name: 'name', required: true)
late String name;
The name of the webhook destination. This will be included in the request body when you receive a webhook notification.
@JsonKey(name: 'name', required: true)
late String name;