Channel constructor

Channel({
  1. String? activationToken,
  2. String? createTime,
  3. String? cryptoKeyName,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? provider,
  7. String? pubsubTopic,
  8. bool? satisfiesPzs,
  9. String? state,
  10. String? uid,
  11. String? updateTime,
})

Implementation

Channel({
  this.activationToken,
  this.createTime,
  this.cryptoKeyName,
  this.labels,
  this.name,
  this.provider,
  this.pubsubTopic,
  this.satisfiesPzs,
  this.state,
  this.uid,
  this.updateTime,
});