public sealed class UndeployIssueModelMetadata : IMessage<UndeployIssueModelMetadata>, IEquatable<UndeployIssueModelMetadata>, IDeepCloneable<UndeployIssueModelMetadata>, IBufferMessage, IMessage
Metadata for undeploying an issue model.
Implements
IMessage<UndeployIssueModelMetadata>, IEquatable<UndeployIssueModelMetadata>, IDeepCloneable<UndeployIssueModelMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
UndeployIssueModelMetadata()
public UndeployIssueModelMetadata()
UndeployIssueModelMetadata(UndeployIssueModelMetadata)
public UndeployIssueModelMetadata(UndeployIssueModelMetadata other)
Parameter | |
---|---|
Name | Description |
other | UndeployIssueModelMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
Request
public UndeployIssueModelRequest Request { get; set; }
The original request for undeployment.
Property Value | |
---|---|
Type | Description |
UndeployIssueModelRequest |