Class Issue (2.0.0)

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

The issue resource.

Inheritance

Object > Issue

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

Issue()

public Issue()

Issue(Issue)

public Issue(Issue other)
Parameter
Name Description
other Issue

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this issue was created.

Property Value
Type Description
Timestamp

DisplayName

public string DisplayName { get; set; }

The representative name for the issue.

Property Value
Type Description
String

IssueName

public IssueName IssueName { get; set; }

IssueName-typed view over the Name resource name property.

Property Value
Type Description
IssueName

Name

public string Name { get; set; }

Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}

Property Value
Type Description
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The most recent time that this issue was updated.

Property Value
Type Description
Timestamp

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.