GoogleApi.NetworkConnectivity.V1.Model.StateReason (google_api_network_connectivity v0.12.0)

View Source

The reason a spoke is inactive.

Attributes

  • code (type: String.t, default: nil) - The code associated with this reason.
  • message (type: String.t, default: nil) - Human-readable details about this reason.
  • userDetails (type: String.t, default: nil) - Additional information provided by the user in the RejectSpoke call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.StateReason{
  code: String.t() | nil,
  message: String.t() | nil,
  userDetails: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.