Topic constructor

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

Implementation

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