GoogleApi.SQLAdmin.V1.Model.SqlInstancesVerifyExternalSyncSettingsResponse (google_api_sql_admin v0.71.0)

View Source

Instance verify external sync settings response.

Attributes

  • errors (type: list(GoogleApi.SQLAdmin.V1.Model.SqlExternalSyncSettingError.t), default: nil) - List of migration violations.
  • kind (type: String.t, default: nil) - This is always sql#migrationSettingErrorList.
  • warnings (type: list(GoogleApi.SQLAdmin.V1.Model.SqlExternalSyncSettingError.t), default: nil) - List of migration warnings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SQLAdmin.V1.Model.SqlInstancesVerifyExternalSyncSettingsResponse{
    errors: [GoogleApi.SQLAdmin.V1.Model.SqlExternalSyncSettingError.t()] | nil,
    kind: String.t() | nil,
    warnings:
      [GoogleApi.SQLAdmin.V1.Model.SqlExternalSyncSettingError.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.