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.



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

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



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

def escalation
  @escalation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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