View Source GoogleApi.DataMigration.V1.Model.DatabaseEngineInfo (google_api_data_migration v0.13.0)

The type and version of a source or destination database.

Attributes

  • engine (type: String.t, default: nil) - Required. Engine type.
  • version (type: String.t, default: nil) - Required. Engine version, for example "12.c.1".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.DatabaseEngineInfo{
  engine: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.