GetQueueConsumerPlainArgs

data class GetQueueConsumerPlainArgs(val accountId: String, val queueId: String) : ConvertibleToJava<GetQueueConsumerPlainArgs>

A collection of arguments for invoking getQueueConsumer.

Constructors

Link copied to clipboard
constructor(accountId: String, queueId: String)

Properties

Link copied to clipboard

A Resource identifier.

Link copied to clipboard

A Resource identifier.

Functions

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