Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::Escalation.
An escalation of a support case.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#justification
def justification() -> ::String
Returns
-
(::String) — Required. A free text description to accompany the
reason
field above. Provides additional context on why the case is being escalated.
#justification=
def justification=(value) -> ::String
Parameter
-
value (::String) — Required. A free text description to accompany the
reason
field above. Provides additional context on why the case is being escalated.
Returns
-
(::String) — Required. A free text description to accompany the
reason
field above. Provides additional context on why the case is being escalated.
#reason
def reason() -> ::Google::Cloud::Support::V2::Escalation::Reason
Returns
- (::Google::Cloud::Support::V2::Escalation::Reason) — Required. The reason why the Case is being escalated.
#reason=
def reason=(value) -> ::Google::Cloud::Support::V2::Escalation::Reason
Parameter
- value (::Google::Cloud::Support::V2::Escalation::Reason) — Required. The reason why the Case is being escalated.
Returns
- (::Google::Cloud::Support::V2::Escalation::Reason) — Required. The reason why the Case is being escalated.