Class: Google::Apis::CloudsupportV2::EscalateCaseRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsupport_v2/classes.rb,
lib/google/apis/cloudsupport_v2/representations.rb,
lib/google/apis/cloudsupport_v2/representations.rb

Overview

The request message for the EscalateCase endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EscalateCaseRequest

Returns a new instance of EscalateCaseRequest.



729
730
731
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 729

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#escalationGoogle::Apis::CloudsupportV2::Escalation

An escalation of a support case. Corresponds to the JSON property escalation



727
728
729
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 727

def escalation
  @escalation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



734
735
736
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 734

def update!(**args)
  @escalation = args[:escalation] if args.key?(:escalation)
end