Show / Hide Table of Contents

Class Comment

A comment associated with a support case.

Inheritance
object
Comment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class Comment : IDirectResponseSchema

Properties

Body

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

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 this 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 created this 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. The resource name for the comment.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PlainTextBody

Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.

Declaration
[JsonProperty("plainTextBody")]
public virtual string PlainTextBody { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX