public sealed class Escalation : IMessage<Escalation>, IEquatable<Escalation>, IDeepCloneable<Escalation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class Escalation.
An escalation of a support case.
Implements
IMessageEscalation, IEquatableEscalation, IDeepCloneableEscalation, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.dll
Constructors
Escalation()
public Escalation()
Escalation(Escalation)
public Escalation(Escalation other)
Parameter | |
---|---|
Name | Description |
other |
Escalation |
Properties
Justification
public string Justification { get; set; }
Required. A free text description to accompany the reason
field above.
Provides additional context on why the case is being escalated.
Property Value | |
---|---|
Type | Description |
string |
Reason
public Escalation.Types.Reason Reason { get; set; }
Required. The reason why the Case is being escalated.
Property Value | |
---|---|
Type | Description |
EscalationTypesReason |