GoogleApi.SQLAdmin.V1beta4.Model.SyncFlags (google_api_sql_admin v0.48.0) View Source

Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump.

Attributes

  • name (type: String.t, default: nil) - The name of the flag.
  • value (type: String.t, default: nil) - The value of the flag. This field must be omitted if the flag doesn't take a value.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SyncFlags{
  name: String.t() | nil,
  value: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.