GetParametersPlainArgs

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

A collection of arguments for invoking getParameters.

Constructors

Link copied to clipboard
constructor(filter: String? = null, 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 parameters are listed.

Link copied to clipboard
val project: String? = null

The ID of the project.

Functions

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