name property

  1. @JsonKey.new(name: 'name', required: true)
String name
getter/setter pair

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;