GoogleCloudDatacatalogV1RoutineSpecArgumentArgs

data class GoogleCloudDatacatalogV1RoutineSpecArgumentArgs(val mode: Output<GoogleCloudDatacatalogV1RoutineSpecArgumentMode>? = null, val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1RoutineSpecArgumentArgs>

Input or output argument of a function or stored procedure.

Constructors

fun GoogleCloudDatacatalogV1RoutineSpecArgumentArgs(mode: Output<GoogleCloudDatacatalogV1RoutineSpecArgumentMode>? = null, name: Output<String>? = null, type: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Specifies whether the argument is input or output.

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

The name of the argument. A return argument of a function might not have a name.

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

Type of the argument. The exact value depends on the source system and the language.