Show / Hide Table of Contents

Class ListCommentsResponse

The response message for the ListComments endpoint.

Inheritance
object
ListCommentsResponse
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 ListCommentsResponse : IDirectResponseSchema

Properties

Comments

List of the comments associated with the case.

Declaration
[JsonProperty("comments")]
public virtual IList<Comment> Comments { get; set; }
Property Value
Type Description
IList<Comment>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

A token to retrieve the next page of results. Set this in the page_token field of subsequent cases.comments.list requests. If unspecified, there are no more results to retrieve.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX