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