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-09 UTC."],[[["The latest version available for `FeedOutputConfig` is 3.12.0, which can be found in the `Google.Cloud.Asset.V1` namespace."],["`FeedOutputConfig` is a class for configuring the output destination of an asset feed and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`FeedOutputConfig` supports the creation of instances via two constructors, `FeedOutputConfig()` and `FeedOutputConfig(FeedOutputConfig other)`, the latter being a copy constructor."],["The `DestinationCase` property of `FeedOutputConfig` indicates the type of output destination being used."],["`PubsubDestination` property allows users to define a pub/sub destination for asset feed output."]]],[]]