Topic constructor

Topic({
  1. String? kmsKeyName,
  2. Map<String, String>? labels,
  3. String? messageRetentionDuration,
  4. MessageStoragePolicy? messageStoragePolicy,
  5. String? name,
  6. bool? satisfiesPzs,
  7. SchemaSettings? schemaSettings,
})

Implementation

Topic({
  this.kmsKeyName,
  this.labels,
  this.messageRetentionDuration,
  this.messageStoragePolicy,
  this.name,
  this.satisfiesPzs,
  this.schemaSettings,
});