DataCellsFilterTableDataRowFilterArgs

data class DataCellsFilterTableDataRowFilterArgs(val allRowsWildcard: Output<DataCellsFilterTableDataRowFilterAllRowsWildcardArgs>? = null, val filterExpression: Output<String>? = null) : ConvertibleToJava<DataCellsFilterTableDataRowFilterArgs>

Constructors

Link copied to clipboard
constructor(allRowsWildcard: Output<DataCellsFilterTableDataRowFilterAllRowsWildcardArgs>? = null, filterExpression: Output<String>? = null)

Properties

Link copied to clipboard

(Optional) A wildcard that matches all rows.

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

(Optional) A filter expression.

Functions

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