Cloud Sql Properties Response
data class CloudSqlPropertiesResponse(val credential: CloudSqlCredentialResponse, val database: String, val instanceId: String, val serviceAccountId: String, val type: String)
Connection properties specific to the Cloud SQL.
Constructors
Link copied to clipboard
fun CloudSqlPropertiesResponse(credential: CloudSqlCredentialResponse, database: String, instanceId: String, serviceAccountId: String, type: String)