Contact Center AI Insights v1 API - Class UndeployIssueModelMetadata (2.14.0)

public sealed class UndeployIssueModelMetadata : IMessage<UndeployIssueModelMetadata>, IEquatable<UndeployIssueModelMetadata>, IDeepCloneable<UndeployIssueModelMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class UndeployIssueModelMetadata.

Metadata for undeploying an issue model.

Inheritance

object > UndeployIssueModelMetadata

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UndeployIssueModelMetadata()

public UndeployIssueModelMetadata()

UndeployIssueModelMetadata(UndeployIssueModelMetadata)

public UndeployIssueModelMetadata(UndeployIssueModelMetadata other)
Parameter
NameDescription
otherUndeployIssueModelMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
TypeDescription
Timestamp

Request

public UndeployIssueModelRequest Request { get; set; }

The original request for undeployment.

Property Value
TypeDescription
UndeployIssueModelRequest