GetRegionalParameterVersionPlainArgs

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

A collection of arguments for invoking getRegionalParameterVersion.

Constructors

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

Properties

Link copied to clipboard
val location: String? = null

The location of regional parameter.

Link copied to clipboard

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

Link copied to clipboard

The version of the regional parameter to get.

Link copied to clipboard
val project: String? = null

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

Functions

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