Get Decode Plain Args
data class GetDecodePlainArgs(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>? = null, val decodedValue: String? = null, val namespace: String? = null, val path: String, val roleName: String, val transformation: String? = null, val tweak: String? = null, val value: String? = null) : ConvertibleToJava<GetDecodePlainArgs>
A collection of arguments for invoking getDecode.
Properties
Link copied to clipboard
Specifies a list of items to be decoded in a single batch. If this parameter is set, the top-level parameters 'value', 'transformation' and 'tweak' will be ignored. Each batch item within the list can specify these parameters instead.
Link copied to clipboard
The result of decoding a batch.
Link copied to clipboard
The result of decoding a value.
Link copied to clipboard
The transformation to perform. If no value is provided and the role contains a single transformation, this value will be inferred from the role.