GoogleApi.Spanner.V1.Model.CreateInstanceConfigMetadata (google_api_spanner v0.48.0)
View SourceMetadata 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 configuration 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 }