SupportEventSubscription constructor

SupportEventSubscription({
  1. String? createTime,
  2. String? deleteTime,
  3. String? failureReason,
  4. String? name,
  5. String? pubSubTopic,
  6. String? purgeTime,
  7. String? state,
  8. String? updateTime,
})

Implementation

SupportEventSubscription({
  this.createTime,
  this.deleteTime,
  this.failureReason,
  this.name,
  this.pubSubTopic,
  this.purgeTime,
  this.state,
  this.updateTime,
});