EventPublishConfigResponse

data class EventPublishConfigResponse(val enabled: Boolean, val topic: String)

Confirguration of PubSubEventWriter.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Option to enable Event Publishing.

Link copied to clipboard

The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}