public sealed class ListCommentsRequest : IMessage<ListCommentsRequest>, IEquatable<ListCommentsRequest>, IDeepCloneable<ListCommentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Support v2beta API class ListCommentsRequest.
The request message for the ListComments endpoint.
Implements
IMessageListCommentsRequest, IEquatableListCommentsRequest, IDeepCloneableListCommentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Constructors
ListCommentsRequest()
public ListCommentsRequest()
ListCommentsRequest(ListCommentsRequest)
public ListCommentsRequest(ListCommentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCommentsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of comments to fetch. Defaults to 10.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A token identifying the page of results to return. If unspecified, the first page is returned.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the case for which to list comments.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCaseName
public CaseName ParentAsCaseName { get; set; }
Property Value | |
---|---|
Type | Description |
CaseName |