GoogleApi.SQLAdmin.V1.Model.SyncFlags (google_api_sql_admin v0.71.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.