GetJobQueuePlainArgs

data class GetJobQueuePlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetJobQueuePlainArgs>

A collection of arguments for invoking getJobQueue.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the job queue.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of resource tags

Functions

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