AnalysisDataPathValueArgs

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

Constructors

Link copied to clipboard
constructor(dataPathType: Output<AnalysisDataPathTypeArgs>? = 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(): AnalysisDataPathValueArgs