GoogleApi.Spanner.V1.Model.MoveInstanceRequest (google_api_spanner v0.48.0)

View Source

The request for MoveInstance.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.