google_api_network_management v0.3.1 GoogleApi.NetworkManagement.V1beta1.Model.AbortInfo 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.