GoogleApi.SQLAdmin.V1beta4.Model.ExportContextSqlExportOptionsPostgresExportOptions (google_api_sql_admin v0.71.0)

View Source

Options for exporting from a Cloud SQL for PostgreSQL instance.

Attributes

  • clean (type: boolean(), default: nil) - Optional. Use this option to include DROP SQL statements. These statements are used to delete database objects before running the import operation.
  • ifExists (type: boolean(), default: nil) - Optional. Option to include an IF EXISTS SQL statement with each DROP statement produced by clean.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SQLAdmin.V1beta4.Model.ExportContextSqlExportOptionsPostgresExportOptions{
    clean: boolean() | nil,
    ifExists: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.