GetQueueEnvironmentResult

data class GetQueueEnvironmentResult(val name: String? = null, val priority: Int? = null, val queueEnvironmentId: String? = null, val template: String? = null, val templateType: QueueEnvironmentEnvironmentTemplateType? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, priority: Int? = null, queueEnvironmentId: String? = null, template: String? = null, templateType: QueueEnvironmentEnvironmentTemplateType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the queue environment.

Link copied to clipboard
val priority: Int? = null

The queue environment's priority.

Link copied to clipboard

The queue environment ID.

Link copied to clipboard
val template: String? = null

A JSON or YAML template that describes the processing environment for the queue.

Link copied to clipboard

Specifies whether the template for the queue environment is JSON or YAML.