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.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2.Data
Assembly: Google.Apis.CloudSupport.v2.dll
Syntax
public class Comment : IDirectResponseSchema
Properties
Body
The full comment body. Maximum of 12800 characters.
Declaration
[JsonProperty("body")]
public virtual string Body { get; set; }
Property Value
Type | Description |
---|---|
string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time when the comment was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Creator
Output only. The user or Google Support agent who created the comment.
Declaration
[JsonProperty("creator")]
public virtual Actor Creator { get; set; }
Property Value
Type | Description |
---|---|
Actor |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Identifier. The resource name of the comment.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PlainTextBody
Output only. DEPRECATED. DO NOT USE. A duplicate of the body
field. This field is only present for legacy
reasons.
Declaration
[JsonProperty("plainTextBody")]
public virtual string PlainTextBody { get; set; }
Property Value
Type | Description |
---|---|
string |