Google Cloud Support v2 API - Class Comment (1.0.0)

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.

Inheritance

object > Comment

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

Comment()

public Comment()

Comment(Comment)

public Comment(Comment other)
Parameter
NameDescription
otherComment

Properties

Body

public string Body { get; set; }

The full comment body. Maximum of 12800 characters. This can contain rich text syntax.

Property Value
TypeDescription
string

CommentName

public CommentName CommentName { get; set; }

CommentName-typed view over the Name resource name property.

Property Value
TypeDescription
CommentName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when this comment was created.

Property Value
TypeDescription
Timestamp

Creator

public Actor Creator { get; set; }

Output only. The user or Google Support agent created this comment.

Property Value
TypeDescription
Actor

Name

public string Name { get; set; }

Output only. The resource name for the comment.

Property Value
TypeDescription
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
TypeDescription
string