View Source GoogleApi.CloudSupport.V2beta.Model.EscalateCaseRequest (google_api_cloud_support v0.8.1)

The request message for the EscalateCase endpoint.

Attributes

  • escalation (type: GoogleApi.CloudSupport.V2beta.Model.Escalation.t, default: nil) - The escalation information to be sent with the escalation request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.EscalateCaseRequest{
  escalation: GoogleApi.CloudSupport.V2beta.Model.Escalation.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.