GoSettingsArgs

data class GoSettingsArgs(val common: Output<CommonLanguageSettingsArgs>? = null) : ConvertibleToJava<GoSettingsArgs>

Settings for Go client libraries.

Constructors

Link copied to clipboard
fun GoSettingsArgs(common: Output<CommonLanguageSettingsArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val common: Output<CommonLanguageSettingsArgs>? = null

Some settings.