Reference documentation and code samples for the Google Cloud Support V2 Client class CaseClassification.
A classification object with a product type and value.
Generated from protobuf message google.cloud.support.v2.CaseClassification
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
string
The unique ID for a classification. Must be specified for case creation. To retrieve valid classification IDs for case creation, use |
↳ display_name |
string
The display name of the classification. |
getId
The unique ID for a classification. Must be specified for case creation.
To retrieve valid classification IDs for case creation, use
caseClassifications.search.
| Returns | |
|---|---|
| Type | Description |
string |
|
setId
The unique ID for a classification. Must be specified for case creation.
To retrieve valid classification IDs for case creation, use
caseClassifications.search.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
The display name of the classification.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
The display name of the classification.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|