Google Cloud Datacatalog V1Database Table Spec Args
    data class GoogleCloudDatacatalogV1DatabaseTableSpecArgs(val databaseViewSpec: Output<GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs>? = null, val type: Output<GoogleCloudDatacatalogV1DatabaseTableSpecType>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1DatabaseTableSpecArgs> 
Specification that applies to a table resource. Valid only for entries with the TABLE type.
Constructors
Link copied to clipboard
                fun GoogleCloudDatacatalogV1DatabaseTableSpecArgs(databaseViewSpec: Output<GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpecArgs>? = null, type: Output<GoogleCloudDatacatalogV1DatabaseTableSpecType>? = null)