GoogleCloudDatacatalogV1RoutineSpecArgumentResponse

data class GoogleCloudDatacatalogV1RoutineSpecArgumentResponse(val mode: String, val name: String, val type: String)

Input or output argument of a function or stored procedure.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the argument is input or output.

Link copied to clipboard

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

Link copied to clipboard

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