Optional. Field to order feed items by, followed by asc or desc
postfix. The only valid field is
creation_time. This list is case-insensitive, default sorting order is
ascending, and the redundant space characters are insignificant.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Support v2beta API - Class ShowFeedRequest (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.ShowFeedRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/1.0.0-beta01/Google.Cloud.Support.V2Beta.ShowFeedRequest) \n\n public sealed class ShowFeedRequest : IMessage\u003cShowFeedRequest\u003e, IEquatable\u003cShowFeedRequest\u003e, IDeepCloneable\u003cShowFeedRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Support v2beta API class ShowFeedRequest.\n\nThe request message for the ShowFeed endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ShowFeedRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ShowFeedRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.ShowFeedRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ShowFeedRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.ShowFeedRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ShowFeedRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.ShowFeedRequest), [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.V2Beta](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2Beta.dll\n\nConstructors\n------------\n\n### ShowFeedRequest()\n\n public ShowFeedRequest()\n\n### ShowFeedRequest(ShowFeedRequest)\n\n public ShowFeedRequest(ShowFeedRequest other)\n\nProperties\n----------\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nOptional. Field to order feed items by, followed by `asc` or `desc`\npostfix. The only valid field is\n`creation_time`. This list is case-insensitive, default sorting order is\nascending, and the redundant space characters are insignificant.\n\nExample: `creation_time desc`\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of feed items fetched with each request.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A token identifying the page of results to return. If\nunspecified, it retrieves the first page.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The resource name of the case for which feed items should be\nlisted.\n\n### ParentAsCaseName\n\n public CaseName ParentAsCaseName { get; set; }\n\n[CaseName](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.CaseName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.ShowFeedRequest#Google_Cloud_Support_V2Beta_ShowFeedRequest_Parent) resource name property."]]