Topic constructor

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

Implementation

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