Get Topic Result
data class GetTopicResult(val arn: String? = null, val dataSets: List<TopicDatasetMetadata>? = null, val description: String? = null, val name: String? = null)
Constructors
Link copied to clipboard
fun GetTopicResult(arn: String? = null, dataSets: List<TopicDatasetMetadata>? = null, description: String? = null, name: String? = null)