Google Cloud Datacatalog V1Database Table Spec Database View Spec Args
data class GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs(val baseTable: Output<String>? = null, val sqlQuery: Output<String>? = null, val viewType: Output<GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewType>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs>
Specification that applies to database view.
Constructors
Link copied to clipboard
fun GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs(baseTable: Output<String>? = null, sqlQuery: Output<String>? = null, viewType: Output<GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecViewType>? = null)