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

Attributes

  • clientOperationId (type: String.t, default: nil) - [Output Only] The client operation id.
  • perLocationOperations (type: %{optional(String.t) => GoogleApi.DeploymentManager.V2.Model.SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.t}, default: nil) - [Output Only] 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.SetCommonInstanceMetadataOperationMetadata{
    clientOperationId: String.t() | nil,
    perLocationOperations:
      %{
        optional(String.t()) =>
          GoogleApi.DeploymentManager.V2.Model.SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.t()
      }
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.