WebhookData constructor

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

Implementation

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