View Source GoogleApi.DataMigration.V1beta1.Model.DatabaseType (google_api_data_migration v0.13.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.