Get Parameters By Path Plain Args
data class GetParametersByPathPlainArgs(val path: String, val recursive: Boolean? = null, val withDecryption: Boolean? = null) : ConvertibleToJava<GetParametersByPathPlainArgs>
A collection of arguments for invoking getParametersByPath.
Constructors
Link copied to clipboard
fun GetParametersByPathPlainArgs(path: String, recursive: Boolean? = null, withDecryption: Boolean? = null)