GetRegionalParametersPlainArgs

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

A collection of arguments for invoking getRegionalParameters.

Constructors

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

Properties

Link copied to clipboard
val filter: String? = null

Filter string, adhering to the rules in List-operation filtering. List only parameters matching the filter. If filter is empty, all regional parameters are listed.

Link copied to clipboard

The location of regional parameter.

Link copied to clipboard
val project: String? = null

The ID of the project.

Functions

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