data class Gcs(val gcsUrl: String? = null, val bucket: String? = null, val path: String? = null, val metastoreUrl: String? = null, val relativePath: String? = null, val icebergCatalogType: Gcs.IcebergCatalogType? = null)
Represents a Google Cloud Storage (GCS) configuration.