Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::EscalateCaseRequest.
The request message for the EscalateCase endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#escalation
def escalation() -> ::Google::Cloud::Support::V2::Escalation
Returns
- (::Google::Cloud::Support::V2::Escalation) — The escalation object to be sent with the escalation request.
#escalation=
def escalation=(value) -> ::Google::Cloud::Support::V2::Escalation
Parameter
- value (::Google::Cloud::Support::V2::Escalation) — The escalation object to be sent with the escalation request.
Returns
- (::Google::Cloud::Support::V2::Escalation) — The escalation object to be sent with the escalation request.
#name
def name() -> ::String
Returns
- (::String) — Required. The fully qualified name of the Case resource to be escalated.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The fully qualified name of the Case resource to be escalated.
Returns
- (::String) — Required. The fully qualified name of the Case resource to be escalated.