GoogleApi.NetworkManagement.V1beta1.Model.AbortInfo (google_api_network_management v0.10.0) View Source

Details of the final state "abort" and associated resource.

Attributes

  • cause (type: String.t, default: nil) - Causes that the analysis is aborted.
  • resourceUri (type: String.t, default: nil) - URI of the resource that caused the abort.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1beta1.Model.AbortInfo{
  cause: String.t() | nil,
  resourceUri: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.