View Source GoogleApi.BigQueryConnection.V1.Model.CloudSqlCredential (google_api_big_query_connection v0.12.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryConnection.V1.Model.CloudSqlCredential{
  password: String.t() | nil,
  username: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.