GetWorkerConfigurationPlainArgs

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

A collection of arguments for invoking getWorkerConfiguration.

Constructors

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

Properties

Link copied to clipboard

Name of the worker configuration.

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

A map of tags assigned to the resource.

Functions

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