GoogleApi.DataMigration.V1.Model.DatabaseType (google_api_data_migration v0.7.0) View Source

A message defining the database engine and provider.

Attributes

  • engine (type: String.t, default: nil) - The database engine.
  • provider (type: String.t, default: nil) - The database provider.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataMigration.V1.Model.DatabaseType{
  engine: String.t() | nil,
  provider: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.