PubsubDestinationResponse

data class PubsubDestinationResponse(val topic: String)

A Pub/Sub destination.

Constructors

Link copied to clipboard
constructor(topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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