RepositoryWorkflowConfigInvocationConfigIncludedTargetArgs

data class RepositoryWorkflowConfigInvocationConfigIncludedTargetArgs(val database: Output<String>? = null, val name: Output<String>? = null, val schema: Output<String>? = null) : ConvertibleToJava<RepositoryWorkflowConfigInvocationConfigIncludedTargetArgs>

Constructors

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

Properties

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

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

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

The action's name, within database and schema.

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

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

Functions

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