CloudSqlCredentialResponse

data class CloudSqlCredentialResponse(val password: String, val username: String)

Credential info for the Cloud SQL.

Constructors

Link copied to clipboard
fun CloudSqlCredentialResponse(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password for the credential.

Link copied to clipboard

The username for the credential.