Get Environment Result
data class GetEnvironmentResult(val createTime: String, val description: String, val displayName: String, val endpoints: GoogleCloudDataplexV1EnvironmentEndpointsResponse, val infrastructureSpec: GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse, val labels: Map<String, String>, val name: String, val sessionSpec: GoogleCloudDataplexV1EnvironmentSessionSpecResponse, val sessionStatus: GoogleCloudDataplexV1EnvironmentSessionStatusResponse, val state: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetEnvironmentResult(createTime: String, description: String, displayName: String, endpoints: GoogleCloudDataplexV1EnvironmentEndpointsResponse, infrastructureSpec: GoogleCloudDataplexV1EnvironmentInfrastructureSpecResponse, labels: Map<String, String>, name: String, sessionSpec: GoogleCloudDataplexV1EnvironmentSessionSpecResponse, sessionStatus: GoogleCloudDataplexV1EnvironmentSessionStatusResponse, state: String, uid: String, updateTime: String)