public sealed class ListFeedsResponse : IMessage<ListFeedsResponse>, IEquatable<ListFeedsResponse>, IDeepCloneable<ListFeedsResponse>, IBufferMessage, IMessage
[[["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-04-17 UTC."],[[["The latest version available is 3.12.0, with a range of previous versions also available for reference, going back to 2.7.0."],["The `ListFeedsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListFeedsResponse` class inherits from the base `object` class and provides the methods `GetHashCode`, `GetType`, and `ToString`."],["The `Feeds` property of type `RepeatedField\u003cFeed\u003e` is part of the `ListFeedsResponse` class, representing a list of feeds."],["The `ListFeedsResponse` class can be constructed using a default constructor, or using another ListFeedsResponse object."]]],[]]