View Source GoogleApi.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetadata (google_api_deployment_manager v0.21.0)

Attributes

  • perLocationStatus (type: %{optional(String.t) => GoogleApi.DeploymentManager.V2.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.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetadata{
    perLocationStatus:
      %{
        optional(String.t()) =>
          GoogleApi.DeploymentManager.V2.Model.BulkInsertOperationStatus.t()
      }
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.