createdAt property

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

Timestamp of when the webhook destination was created.

Implementation

@JsonKey(name: 'created_at', required: true)
late String createdAt;