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 from 3.11.0 down to 2.7.0 also accessible."],["The class `ListFeedsResponse` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and resides within the `Google.Cloud.Asset.V1` namespace, specifically in the `Google.Cloud.Asset.V1.dll` assembly."],["`ListFeedsResponse` has two constructors, one being a default empty constructor and the other taking an existing `ListFeedsResponse` as a parameter for duplication."],["The primary property of `ListFeedsResponse` is `Feeds`, which is a `RepeatedField` type containing a collection of `Feed` objects, representing the list of feeds."]]],[]]