GoogleChannelConfig constructor

GoogleChannelConfig({
  1. String? cryptoKeyName,
  2. Map<String, String>? labels,
  3. String? name,
  4. String? updateTime,
})

Implementation

GoogleChannelConfig({
  this.cryptoKeyName,
  this.labels,
  this.name,
  this.updateTime,
});