public sealed class ListAttachmentsRequest : IMessage<ListAttachmentsRequest>, IEquatable<ListAttachmentsRequest>, IDeepCloneable<ListAttachmentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Support v2 API class ListAttachmentsRequest.
The request message for the ListAttachments endpoint.
Implements
IMessageListAttachmentsRequest, IEquatableListAttachmentsRequest, IDeepCloneableListAttachmentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.dll
Constructors
ListAttachmentsRequest()
public ListAttachmentsRequest()
ListAttachmentsRequest(ListAttachmentsRequest)
public ListAttachmentsRequest(ListAttachmentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAttachmentsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of attachments fetched with each request.
If not provided, the default is 10. The maximum page size that will be returned is 100.
The size of each page can be smaller than the requested page size and can include zero. For example, you could request 100 attachments on one page, receive 0, and then on the next page, receive 90.
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 retrieved.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the case for which attachments should be listed.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCaseName
public CaseName ParentAsCaseName { get; set; }
Property Value | |
---|---|
Type | Description |
CaseName |