PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTable

data class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTable(val datasetId: String, val projectId: String, val tableId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the dataset containing this table.

Link copied to clipboard

The ID of the project containing this table.

Link copied to clipboard
val tableId: String? = null

The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.