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."],[[["This webpage details the `FeedOutputConfig` class, which is used for configuring the destination of asset feed output in Google Cloud Asset Inventory, as part of version 2.11.0."],["`FeedOutputConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class has a `DestinationCase` property to manage different destination types and a `PubsubDestination` property for configuring output to Pub/Sub."],["The page lists various previous versions of the `FeedOutputConfig` class, ranging from version 2.7.0 up to the latest version 3.12.0, with links to each version's documentation."],["The class is part of the `Google.Cloud.Asset.V1` namespace, and the provided documentation lists the constructors, inherited members and properties available."]]],[]]