GetTopicPlainArgs

data class GetTopicPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetTopicPlainArgs>

A collection of arguments for invoking getTopic.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Friendly name of the topic to match.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags for the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetTopicPlainArgs