public sealed class Comment : IMessage<Comment>, IEquatable<Comment>, IDeepCloneable<Comment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class Comment.
A comment associated with a support case.
Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.
Namespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.dll
Constructors
Comment()
public Comment()
Comment(Comment)
public Comment(Comment other)
Parameter | |
---|---|
Name | Description |
other |
Comment |
Properties
Body
public string Body { get; set; }
The full comment body.
Maximum of 12800 characters.
Property Value | |
---|---|
Type | Description |
string |
CommentName
public CommentName CommentName { get; set; }
CommentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CommentName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the comment was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Creator
public Actor Creator { get; set; }
Output only. The user or Google Support agent who created the comment.
Property Value | |
---|---|
Type | Description |
Actor |
Name
public string Name { get; set; }
Output only. Identifier. The resource name of the comment.
Property Value | |
---|---|
Type | Description |
string |
PlainTextBody
[Obsolete]
public string PlainTextBody { get; set; }
Output only. DEPRECATED. DO NOT USE.
A duplicate of the body
field.
This field is only present for legacy reasons.
Property Value | |
---|---|
Type | Description |
string |