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.
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. This can contain rich text syntax.
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 this comment was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Creator
public Actor Creator { get; set; }
Output only. The user or Google Support agent created this comment.
Property Value | |
---|---|
Type | Description |
Actor |
Name
public string Name { get; set; }
Output only. The resource name for the comment.
Property Value | |
---|---|
Type | Description |
string |
PlainTextBody
public string PlainTextBody { get; set; }
Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.
Property Value | |
---|---|
Type | Description |
string |