Class EscalateCaseRequest
The request message for the EscalateCase endpoint.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2.Data
Assembly: Google.Apis.CloudSupport.v2.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 |