DestinationTablePropertiesArgs

data class DestinationTablePropertiesArgs(val description: Output<String>? = null, val expirationTime: Output<String>? = null, val friendlyName: Output<String>? = null, val labels: Output<Map<String, String>>? = null) : ConvertibleToJava<DestinationTablePropertiesArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, expirationTime: Output<String>? = null, friendlyName: Output<String>? = null, labels: Output<Map<String, String>>? = null)

Properties

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

Optional The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.

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

Internal This field is for Google internal use only.

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

Optional The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.

Functions

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