Get Lake Result
data class GetLakeResult(val assetStatus: GoogleCloudDataplexV1AssetStatusResponse, val createTime: String, val description: String, val displayName: String, val labels: Map<String, String>, val metastore: GoogleCloudDataplexV1LakeMetastoreResponse, val metastoreStatus: GoogleCloudDataplexV1LakeMetastoreStatusResponse, val name: String, val serviceAccount: String, val state: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetLakeResult(assetStatus: GoogleCloudDataplexV1AssetStatusResponse, createTime: String, description: String, displayName: String, labels: Map<String, String>, metastore: GoogleCloudDataplexV1LakeMetastoreResponse, metastoreStatus: GoogleCloudDataplexV1LakeMetastoreStatusResponse, name: String, serviceAccount: String, state: String, uid: String, updateTime: String)