View Source GoogleApi.Metastore.V1.Model.MoveTableToDatabaseRequest (google_api_metastore v0.7.0)

Request message for DataprocMetastore.MoveTableToDatabase.

Attributes

  • dbName (type: String.t, default: nil) - Required. The name of the database where the table resides.
  • destinationDbName (type: String.t, default: nil) - Required. The name of the database where the table should be moved.
  • tableName (type: String.t, default: nil) - Required. The name of the table to be moved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1.Model.MoveTableToDatabaseRequest{
  dbName: String.t() | nil,
  destinationDbName: String.t() | nil,
  tableName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.