Class Issue (2.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Issue : IMessage<Issue>, IEquatable<Issue>, IDeepCloneable<Issue>, IBufferMessage, IMessageThe issue resource.
Namespace
Google.Cloud.ContactCenterInsights.V1Assembly
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; }| 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 |
|