GetRegionalParameterPlainArgs

data class GetRegionalParameterPlainArgs(val location: String, val parameterId: String, val project: String? = null) : ConvertibleToJava<GetRegionalParameterPlainArgs>

A collection of arguments for invoking getRegionalParameter.

Constructors

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

Properties

Link copied to clipboard

The location of the regional parameter. eg us-central1

Link copied to clipboard

The name of the regional parameter.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs.

Functions

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