Reference documentation and code samples for the Google Cloud Support V2beta Client class EscalateCaseRequest.
The request message for the EscalateCase endpoint.
Generated from protobuf message google.cloud.support.v2beta.EscalateCaseRequest
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the case to be escalated. |
↳ escalation |
Escalation
The escalation information to be sent with the escalation request. |
getName
Required. The name of the case to be escalated.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the case to be escalated.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEscalation
The escalation information to be sent with the escalation request.
| Returns | |
|---|---|
| Type | Description |
Escalation|null |
|
hasEscalation
clearEscalation
setEscalation
The escalation information to be sent with the escalation request.
| Parameter | |
|---|---|
| Name | Description |
var |
Escalation
|
| Returns | |
|---|---|
| Type | Description |
$this |
|