PreventionDiscoveryConfigActionExportDataProfileTableArgs

data class PreventionDiscoveryConfigActionExportDataProfileTableArgs(val datasetId: Output<String>? = null, val projectId: Output<String>? = null, val tableId: Output<String>? = null) : ConvertibleToJava<PreventionDiscoveryConfigActionExportDataProfileTableArgs>

Constructors

constructor(datasetId: Output<String>? = null, projectId: Output<String>? = null, tableId: Output<String>? = null)

Properties

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

Dataset Id of the table

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

The Google Cloud Platform project ID of the project containing the table. If omitted, the project ID is inferred from the API call.

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

Name of the table

Functions

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