public sealed class GenerateExclusivityManifestResponse : IMessage<GenerateExclusivityManifestResponse>, IEquatable<GenerateExclusivityManifestResponse>, IDeepCloneable<GenerateExclusivityManifestResponse>, IBufferMessage, IMessage
The response of the exclusivity artifacts manifests for the client to apply.
[[["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."],[[["This document outlines the `GenerateExclusivityManifestResponse` class, which is used to provide exclusivity artifacts for client application in the `Google.Cloud.GkeHub.V1Beta1` namespace."],["The `GenerateExclusivityManifestResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class includes properties `CrdManifest` and `CrManifest`, both of type `string`, which represent YAML manifests for updating the membership CRD and CR, respectively, if newer versions are available."],["The document lists multiple versions of the class, highlighting version 2.0.0-beta07 as the latest release, with the current documentation focused on version 1.0.0-beta04."]]],[]]