Topic constructor
Topic({
- IngestionDataSourceSettings? ingestionDataSourceSettings,
- String? kmsKeyName,
- Map<
String, String> ? labels, - String? messageRetentionDuration,
- MessageStoragePolicy? messageStoragePolicy,
- String? name,
- bool? satisfiesPzs,
- SchemaSettings? schemaSettings,
- String? state,
Implementation
Topic({
this.ingestionDataSourceSettings,
this.kmsKeyName,
this.labels,
this.messageRetentionDuration,
this.messageStoragePolicy,
this.name,
this.satisfiesPzs,
this.schemaSettings,
this.state,
});