GetParameterVersionPlainArgs

data class GetParameterVersionPlainArgs(val parameter: String, val parameterVersionId: String, val project: String? = null) : ConvertibleToJava<GetParameterVersionPlainArgs>

A collection of arguments for invoking getParameterVersion.

Constructors

Link copied to clipboard
constructor(parameter: String, parameterVersionId: String, project: String? = null)

Properties

Link copied to clipboard

The parameter for obtaining the Parameter Version. This can be either the reference of the parameter as in projects/{{project}}/locations/global/parameters/{{parameter_id}} or only the name of the parameter as in {{parameter_id}}.

Link copied to clipboard

The version of the parameter to get.

Link copied to clipboard
val project: String? = null

The project for retrieving the Parameter Version. If it's not specified, the provider project will be used.

Functions

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