Get Contentitem Result
data class GetContentitemResult(val createTime: String, val dataText: String, val description: String, val labels: Map<String, String>, val name: String, val notebook: GoogleCloudDataplexV1ContentNotebookResponse, val path: String, val sqlScript: GoogleCloudDataplexV1ContentSqlScriptResponse, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetContentitemResult(createTime: String, dataText: String, description: String, labels: Map<String, String>, name: String, notebook: GoogleCloudDataplexV1ContentNotebookResponse, path: String, sqlScript: GoogleCloudDataplexV1ContentSqlScriptResponse, uid: String, updateTime: String)