View Source GoogleApi.Compute.V1.Model.InstancesBulkInsertOperationMetadata (google_api_compute v0.56.2)

Attributes

  • perLocationStatus (type: %{optional(String.t) => GoogleApi.Compute.V1.Model.BulkInsertOperationStatus.t}, default: nil) - Status information per location (location name is key). Example key: zones/us-central1-a

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstancesBulkInsertOperationMetadata{
  perLocationStatus:
    %{
      optional(String.t()) =>
        GoogleApi.Compute.V1.Model.BulkInsertOperationStatus.t()
    }
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.