Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class UndeployIssueModelMetadata.
Metadata for undeploying an issue model.
Generated from protobuf message google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time the operation was created. |
↳ end_time |
Google\Protobuf\Timestamp
Output only. The time the operation finished running. |
↳ request |
Google\Cloud\ContactCenterInsights\V1\UndeployIssueModelRequest
The original request for undeployment. |
getCreateTime
Output only. The time the operation was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the operation was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getEndTime
Output only. The time the operation finished running.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasEndTime
clearEndTime
setEndTime
Output only. The time the operation finished running.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getRequest
The original request for undeployment.
Returns | |
---|---|
Type | Description |
Google\Cloud\ContactCenterInsights\V1\UndeployIssueModelRequest|null |
hasRequest
clearRequest
setRequest
The original request for undeployment.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ContactCenterInsights\V1\UndeployIssueModelRequest
|
Returns | |
---|---|
Type | Description |
$this |