nullOption

@JvmName(name = "txcxohitcsquxxus")
suspend fun nullOption(value: Output<DashboardFilterNullOption>)
@JvmName(name = "bxxkowwmjijaaqkg")
suspend fun nullOption(value: DashboardFilterNullOption)

Parameters

value

This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.

  • NULLS_ONLY : Only include null values in filtered results.

  • NON_NULLS_ONLY : Exclude null values from filtered results.