Class: Google::Apis::CloudsupportV2beta::EscalateCaseRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::EscalateCaseRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsupport_v2beta/classes.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb
Overview
The request message for the EscalateCase endpoint.
Instance Attribute Summary collapse
-
#escalation ⇒ Google::Apis::CloudsupportV2beta::Escalation
An escalation of a support case.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EscalateCaseRequest
constructor
A new instance of EscalateCaseRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EscalateCaseRequest
Returns a new instance of EscalateCaseRequest.
798 799 800 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 798 def initialize(**args) update!(**args) end |
Instance Attribute Details
#escalation ⇒ Google::Apis::CloudsupportV2beta::Escalation
An escalation of a support case.
Corresponds to the JSON property escalation
796 797 798 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 796 def escalation @escalation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
803 804 805 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 803 def update!(**args) @escalation = args[:escalation] if args.key?(:escalation) end |