ItemWebhookUpdateRequest constructor

ItemWebhookUpdateRequest({
  1. String? clientId,
  2. String? secret,
  3. required String accessToken,
  4. String? webhook,
})

Implementation

ItemWebhookUpdateRequest({
  this.clientId,
  this.secret,
  required this.accessToken,
  this.webhook,
});