Class: Google::Cloud::Support::V2::EscalateCaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::EscalateCaseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/case_service.rb
Overview
The request message for the EscalateCase endpoint.
Instance Attribute Summary collapse
-
#escalation ⇒ ::Google::Cloud::Support::V2::Escalation
The escalation object to be sent with the escalation request.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#escalation ⇒ ::Google::Cloud::Support::V2::Escalation
Returns The escalation object to be sent with the escalation request.
172 173 174 175 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 172 class EscalateCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The fully qualified name of the Case resource to be escalated.
172 173 174 175 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 172 class EscalateCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |