google_api_big_query_connection v0.4.0 GoogleApi.BigQueryConnection.V1beta1.Model.CloudSqlCredential View Source

Credential info for the Cloud SQL.

Attributes

  • password (type: String.t, default: nil) - The password for the credential.
  • username (type: String.t, default: nil) - The username for the credential.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.BigQueryConnection.V1beta1.Model.CloudSqlCredential{
  password: String.t(),
  username: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.