GetTriggerPubsubConfig

data class GetTriggerPubsubConfig(val serviceAccountEmail: String, val state: String, val subscription: String, val topic: String)

Constructors

Link copied to clipboard
constructor(serviceAccountEmail: String, state: String, subscription: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Service account that will make the push request.

Link copied to clipboard

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

Link copied to clipboard

Output only. Name of the subscription.

Link copied to clipboard

The name of the topic from which this subscription is receiving messages.