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

Attributes

  • error (type: GoogleApi.Compute.V1.Model.Status.t, default: nil) - [Output Only] If state is ABANDONED or FAILED, this field is populated.
  • state (type: String.t, default: nil) - [Output Only] Status of the action, which can be one of the following: PROPAGATING, PROPAGATED, ABANDONED, FAILED, or DONE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo{
    error: GoogleApi.Compute.V1.Model.Status.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.