RepositoryWorkflowConfigInvocationConfigIncludedTarget

data class RepositoryWorkflowConfigInvocationConfigIncludedTarget(val database: String? = null, val name: String? = null, val schema: String? = null)

Constructors

constructor(database: String? = null, name: String? = null, schema: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val database: String? = null

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

Link copied to clipboard
val name: String? = null

The action's name, within database and schema.

Link copied to clipboard
val schema: String? = null

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