Class: Google::Apis::CloudsupportV2beta::EscalateCaseRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EscalateCaseRequest

Returns a new instance of EscalateCaseRequest.



699
700
701
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 699

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

Instance Attribute Details

#escalationGoogle::Apis::CloudsupportV2beta::Escalation

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



697
698
699
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 697

def escalation
  @escalation
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



704
705
706
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 704

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