EventPublishConfigResponse

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

Confirguration of PubSubEventWriter.

Constructors

Link copied to clipboard

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}