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-04-17 UTC."],[[["The webpage details the `FeedOutputConfig` class within the `Google.Cloud.Asset.V1` namespace, outlining its role as the output configuration for asset feed destinations."],["The latest version of the library documented is 3.12.0, and the page offers version-specific documentation for versions ranging from 3.12.0 down to 2.7.0."],["`FeedOutputConfig` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` offering various functionalities such as serialization, equality checks, and deep cloning."],["The class has two constructors: a default constructor and a copy constructor, enabling object creation and duplication."],["Key properties of the `FeedOutputConfig` class include `DestinationCase`, which determines the destination type, and `PubsubDestination`, which handles destinations on Pub/Sub."]]],[]]