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 webpage details the `ListFeedsResponse` class within the `Google.Cloud.Asset.V1` namespace, specifically for version 3.10.0, as part of the .NET documentation for Google Cloud."],["The `ListFeedsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["This class provides two constructors: a default constructor `ListFeedsResponse()` and another, `ListFeedsResponse(ListFeedsResponse other)`, which takes an instance of `ListFeedsResponse` as a parameter."],["It includes one primary property, `Feeds`, which is a `RepeatedField\u003cFeed\u003e` used to contain a list of feeds."],["The page provides historical versions of the documentation for the `ListFeedsResponse` class, ranging from the latest version 3.12.0 down to version 2.7.0."]]],[]]