GetTopicSubscriptionsResult

data class GetTopicSubscriptionsResult(val id: String, val namePrefix: String? = null, val names: List<String>, val outputFile: String? = null, val subscriptions: List<GetTopicSubscriptionsSubscription>, val topicName: String)

A collection of values returned by getTopicSubscriptions.

Constructors

Link copied to clipboard
constructor(id: String, namePrefix: String? = null, names: List<String>, outputFile: String? = null, subscriptions: List<GetTopicSubscriptionsSubscription>, topicName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val namePrefix: String? = null
Link copied to clipboard

A list of subscription names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

A list of subscriptions. Each element contains the following attributes:

Link copied to clipboard

The topic which The subscription belongs to was named with the name.