public sealed class FeedOutputConfig : IMessage<FeedOutputConfig>, IEquatable<FeedOutputConfig>, IDeepCloneable<FeedOutputConfig>, 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-03-21 UTC."],[[["The `FeedOutputConfig` class is used for configuring the destination of asset feed output and is a part of the `Google.Cloud.Asset.V1` namespace, with the current version being 2.10.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It provides two constructors, a default constructor and one that accepts another `FeedOutputConfig` object as a parameter."],["`FeedOutputConfig` has properties such as `DestinationCase` of type `FeedOutputConfig.DestinationOneofCase`, and `PubsubDestination` of type `PubsubDestination` for handling output destinations."],["The most recent release available is version 3.12.0, with numerous other versions listed between 2.7.0 and 3.11.0."]]],[]]