GetRegionalParameterVersionRenderPlainArgs

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

A collection of arguments for invoking getRegionalParameterVersionRender.

Constructors

constructor(location: String? = null, parameter: String, parameterVersionId: String, project: String? = null)

Properties

Link copied to clipboard
val location: String? = null

Location of Parameter Manager regional Parameter resource. It must be provided when the parameter field provided consists of only the name of the regional parameter.

Link copied to clipboard

The Parameter for obtaining the Regional Parameter Version. This can be either the reference of the parameter as in projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}} or only the name of the 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(): GetRegionalParameterVersionRenderPlainArgs