TemplateDataPathValueArgs

data class TemplateDataPathValueArgs(val dataPathType: Output<TemplateDataPathTypeArgs>? = null, val fieldId: Output<String>? = null, val fieldValue: Output<String>? = null) : ConvertibleToJava<TemplateDataPathValueArgs>

Constructors

Link copied to clipboard
constructor(dataPathType: Output<TemplateDataPathTypeArgs>? = null, fieldId: Output<String>? = null, fieldValue: Output<String>? = null)

Properties

Link copied to clipboard

The type configuration of the field.

Link copied to clipboard
val fieldId: Output<String>? = null

The field ID of the field that needs to be sorted.

Link copied to clipboard
val fieldValue: Output<String>? = null

The actual value of the field that needs to be sorted.

Functions

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