View Source GoogleApi.CloudSupport.V2.Model.Escalation (google_api_cloud_support v0.7.0)

An escalation of a support case.

Attributes

  • justification (type: String.t, default: nil) - Required. A free text description to accompany the reason field above. Provides additional context on why the case is being escalated.
  • reason (type: String.t, default: nil) - Required. The reason why the Case is being escalated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSupport.V2.Model.Escalation{
  justification: String.t() | nil,
  reason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.