JobConfigPubsubDestination

data class JobConfigPubsubDestination(val topic: String? = null)

Constructors

Link copied to clipboard
constructor(topic: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val topic: String? = null

The name of the Pub/Sub topic to publish job completion notification to. For example: projects/{project}/topics/{topic}.