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."],[[["This webpage details the `ListFeedsResponse` class within the `Google.Cloud.Asset.V1` namespace, specifically version 3.5.0, as part of the Google Cloud .NET libraries, but there are many previous versions of the same class as well."],["The `ListFeedsResponse` class implements several interfaces, including `IMessage`, `IEquatable\u003cListFeedsResponse\u003e`, `IDeepCloneable\u003cListFeedsResponse\u003e`, and `IBufferMessage`, and inherits from `object`."],["The class includes a constructor that allows for the creation of a new `ListFeedsResponse` object, or one based on another `ListFeedsResponse` instance."],["The primary property of the `ListFeedsResponse` class is `Feeds`, a `RepeatedField\u003cFeed\u003e` that contains a list of feed objects."],["The latest version available is 3.12.0, while this page is focused on the 3.5.0 version."]]],[]]