TargetResponse

data class TargetResponse(val database: String, val name: String, val schema: String)

Represents an action identifier. If the action writes output, the output will be written to the referenced database object.

Constructors

Link copied to clipboard
fun TargetResponse(database: String, name: String, schema: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action's database (Google Cloud project ID) .

Link copied to clipboard

The action's name, within database and schema.

Link copied to clipboard

The action's schema (BigQuery dataset ID), within database.