Get Topic Result
data class GetTopicResult(val id: String, val kmsKeyName: String, val labels: Map<String, String>, val messageRetentionDuration: String, val messageStoragePolicies: List<GetTopicMessageStoragePolicy>, val name: String, val project: String? = null, val schemaSettings: List<GetTopicSchemaSetting>)
A collection of values returned by getTopic.
Constructors
Link copied to clipboard
fun GetTopicResult(id: String, kmsKeyName: String, labels: Map<String, String>, messageRetentionDuration: String, messageStoragePolicies: List<GetTopicMessageStoragePolicy>, name: String, project: String? = null, schemaSettings: List<GetTopicSchemaSetting>)