Get Connection Profile Result
data class GetConnectionProfileResult(val cloudsql: CloudSqlConnectionProfileResponse, val createTime: String, val displayName: String, val error: StatusResponse, val labels: Map<String, String>, val mysql: MySqlConnectionProfileResponse, val name: String, val provider: String, val state: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetConnectionProfileResult(cloudsql: CloudSqlConnectionProfileResponse, createTime: String, displayName: String, error: StatusResponse, labels: Map<String, String>, mysql: MySqlConnectionProfileResponse, name: String, provider: String, state: String, updateTime: String)