google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.Database View Source

Represents a SQL database on the Cloud SQL instance.

Attributes

  • charset (String.t): The MySQL charset value. Defaults to: null.
  • collation (String.t): The MySQL collation value. Defaults to: null.
  • etag (String.t): This field is deprecated and will be removed from a future version of the API. Defaults to: null.
  • instance (String.t): The name of the Cloud SQL instance. This does not include the project ID. Defaults to: null.
  • kind (String.t): This is always sql#database. Defaults to: null.
  • name (String.t): The name of the database in the Cloud SQL instance. This does not include the project ID or instance name. Defaults to: null.
  • project (String.t): The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Defaults to: null.
  • selfLink (String.t): The URI of this resource. Defaults to: null.

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.SQLAdmin.V1beta4.Model.Database{
  charset: any(),
  collation: any(),
  etag: any(),
  instance: any(),
  kind: any(),
  name: any(),
  project: any(),
  selfLink: any()
}

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.