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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eListAttachmentsRequest\u003c/code\u003e class within the Google Cloud Support v2 API, which is used to request a list of attachments.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListAttachmentsRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Support.V2\u003c/code\u003e namespace and is contained in the \u003ccode\u003eGoogle.Cloud.Support.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListAttachmentsRequest\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties such as \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsCaseName\u003c/code\u003e that allow you to control how attachments are retrieved and the specific case it is referencing.\u003c/p\u003e\n"],["\u003cp\u003eThere are four versions of this documentation available, with version 1.3.0 being the latest.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class ListAttachmentsRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.ListAttachmentsRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.ListAttachmentsRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.ListAttachmentsRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.ListAttachmentsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.ListAttachmentsRequest) \n\n public sealed class ListAttachmentsRequest : IMessage\u003cListAttachmentsRequest\u003e, IEquatable\u003cListAttachmentsRequest\u003e, IDeepCloneable\u003cListAttachmentsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Support v2 API class ListAttachmentsRequest.\n\nThe request message for the ListAttachments endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListAttachmentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListAttachmentsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.ListAttachmentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListAttachmentsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.ListAttachmentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListAttachmentsRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.ListAttachmentsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Support.V2](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2.dll\n\nConstructors\n------------\n\n### ListAttachmentsRequest()\n\n public ListAttachmentsRequest()\n\n### ListAttachmentsRequest(ListAttachmentsRequest)\n\n public ListAttachmentsRequest(ListAttachmentsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of attachments fetched with each request.\n\nIf not provided, the default is 10. The maximum page size that will be\nreturned is 100.\n\nThe size of each page can be smaller than the requested page size and can\ninclude zero. For example, you could request 100 attachments on one page,\nreceive 0, and then on the next page, receive 90.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA token identifying the page of results to return. If unspecified, the\nfirst page is retrieved.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The name of the case for which attachments should be listed.\n\n### ParentAsCaseName\n\n public CaseName ParentAsCaseName { get; set; }\n\n[CaseName](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.ListAttachmentsRequest#Google_Cloud_Support_V2_ListAttachmentsRequest_Parent) resource name property."]]