Google Cloud Support v2 API - Class Escalation (1.0.0)

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.

Inheritance

object > Escalation

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

Escalation()

public Escalation()

Escalation(Escalation)

public Escalation(Escalation other)
Parameter
NameDescription
otherEscalation

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
TypeDescription
string

Reason

public Escalation.Types.Reason Reason { get; set; }

Required. The reason why the Case is being escalated.

Property Value
TypeDescription
EscalationTypesReason