Google Cloud Datacatalog V1Routine Spec Argument Args
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
Link copied to clipboard
fun GoogleCloudDatacatalogV1RoutineSpecArgumentArgs(mode: Output<GoogleCloudDatacatalogV1RoutineSpecArgumentMode>? = null, name: Output<String>? = null, type: Output<String>? = null)