PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs

data class PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs(val datasetId: Output<String>, val tableId: Output<String>) : ConvertibleToJava<PreventionDiscoveryConfigTargetBigQueryTargetFilterTableReferenceArgs>

Constructors

constructor(datasetId: Output<String>, tableId: Output<String>)

Properties

Link copied to clipboard
val datasetId: Output<String>

Dataset ID of the table.

Link copied to clipboard
val tableId: Output<String>

Name of the table.

Functions

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