GetQueueEnvironmentPlainArgs

data class GetQueueEnvironmentPlainArgs(val farmId: String, val queueEnvironmentId: String, val queueId: String) : ConvertibleToJava<GetQueueEnvironmentPlainArgs>

Constructors

Link copied to clipboard
constructor(farmId: String, queueEnvironmentId: String, queueId: String)

Properties

Link copied to clipboard

The identifier assigned to the farm that contains the queue.

Link copied to clipboard

The queue environment ID.

Link copied to clipboard

The unique identifier of the queue that contains the environment.

Functions

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