View Source GoogleApi.CloudSupport.V2.Model.EscalateCaseRequest (google_api_cloud_support v0.8.1)
The request message for the EscalateCase endpoint.
Attributes
-
escalation
(type:GoogleApi.CloudSupport.V2.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
@type t() :: %GoogleApi.CloudSupport.V2.Model.EscalateCaseRequest{ escalation: GoogleApi.CloudSupport.V2.Model.Escalation.t() | nil }