Show / Hide Table of Contents

Class EscalateCaseRequest

The request message for the EscalateCase endpoint.

Inheritance
object
EscalateCaseRequest
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 EscalateCaseRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Escalation

The escalation information to be sent with the escalation request.

Declaration
[JsonProperty("escalation")]
public virtual Escalation Escalation { get; set; }
Property Value
Type Description
Escalation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX