Class: Google::Cloud::Support::V2::EscalateCaseRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#escalation::Google::Cloud::Support::V2::Escalation

Returns The escalation object to be sent with the escalation request.

Returns:



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.

Returns:

  • (::String)

    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