InstatusWebhookComponentUpdate constructor

const InstatusWebhookComponentUpdate({
  1. String? createdAt,
  2. String? newStatus,
  3. String? componentId,
})

Implementation

const InstatusWebhookComponentUpdate({
  this.createdAt,
  this.newStatus,
  this.componentId,
});