ItemWebhookUpdateRequest constructor

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

Implementation

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