WebhookData constructor

WebhookData({
  1. List<ConfigVariable>? additionalVariables,
  2. String? createTime,
  3. List<String>? eventSubscriptions,
  4. List<String>? eventTypes,
  5. String? id,
  6. String? name,
  7. String? nextRefreshTime,
  8. String? updateTime,
})

Implementation

WebhookData({
  this.additionalVariables,
  this.createTime,
  this.eventSubscriptions,
  this.eventTypes,
  this.id,
  this.name,
  this.nextRefreshTime,
  this.updateTime,
});