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

Metadata type for the operation returned by CreateInstanceConfig.

Attributes

  • cancelTime (type: DateTime.t, default: nil) - The time at which this operation was cancelled.
  • instanceConfig (type: GoogleApi.Spanner.V1.Model.InstanceConfig.t, default: nil) - The target instance config end state.
  • progress (type: GoogleApi.Spanner.V1.Model.InstanceOperationProgress.t, default: nil) - The progress of the CreateInstanceConfig operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.CreateInstanceConfigMetadata{
  cancelTime: DateTime.t() | nil,
  instanceConfig: GoogleApi.Spanner.V1.Model.InstanceConfig.t() | nil,
  progress: GoogleApi.Spanner.V1.Model.InstanceOperationProgress.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.