BuildServiceAgentPoolSizePropertiesArgs

data class BuildServiceAgentPoolSizePropertiesArgs(val name: Output<String>? = null) : ConvertibleToJava<BuildServiceAgentPoolSizePropertiesArgs>

Build service agent pool size properties

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of build service agent pool size

Functions

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