GoogleCloudContentwarehouseV1PublishActionArgs

data class GoogleCloudContentwarehouseV1PublishActionArgs(val messages: Output<List<String>>? = null, val topicId: Output<String>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1PublishActionArgs>

Represents the action responsible for publishing messages to a Pub/Sub topic.

Constructors

fun GoogleCloudContentwarehouseV1PublishActionArgs(messages: Output<List<String>>? = null, topicId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val messages: Output<List<String>>? = null

Messages to be published.

Link copied to clipboard
val topicId: Output<String>? = null

The topic id in the Pub/Sub service for which messages will be published to.