Get Entity Result
data class GetEntityResult(val access: GoogleCloudDataplexV1StorageAccessResponse, val asset: String, val catalogEntry: String, val compatibility: GoogleCloudDataplexV1EntityCompatibilityStatusResponse, val createTime: String, val dataPath: String, val dataPathPattern: String, val description: String, val displayName: String, val etag: String, val format: GoogleCloudDataplexV1StorageFormatResponse, val name: String, val schema: GoogleCloudDataplexV1SchemaResponse, val system: String, val type: String, val uid: String, val updateTime: String)
/*
Constructors
Link copied to clipboard
fun GetEntityResult(access: GoogleCloudDataplexV1StorageAccessResponse, asset: String, catalogEntry: String, compatibility: GoogleCloudDataplexV1EntityCompatibilityStatusResponse, createTime: String, dataPath: String, dataPathPattern: String, description: String, displayName: String, etag: String, format: GoogleCloudDataplexV1StorageFormatResponse, name: String, schema: GoogleCloudDataplexV1SchemaResponse, system: String, type: String, uid: String, updateTime: String)