View Source GoogleApi.Spanner.V1.Model.MoveInstanceRequest (google_api_spanner v0.39.0)

The request for MoveInstance.

Attributes

  • targetConfig (type: String.t, default: nil) - Required. The target instance config for the instance to move. Values are of the form projects//instanceConfigs/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.MoveInstanceRequest{
  targetConfig: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.