Show / Hide Table of Contents

Class Escalation

An escalation of a support case.

Inheritance
object
Escalation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class Escalation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Justification

Required. A free text description to accompany the reason field above. Provides additional context on why the case is being escalated.

Declaration
[JsonProperty("justification")]
public virtual string Justification { get; set; }
Property Value
Type Description
string

Reason

Required. The reason why the Case is being escalated.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX