public sealed class MembershipFeatureState : IMessage<MembershipFeatureState>, IEquatable<MembershipFeatureState>, IDeepCloneable<MembershipFeatureState>, IBufferMessage, IMessage
MembershipFeatureState contains Feature status information for a single
Membership.
[[["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 latest version available for `MembershipFeatureState` is 2.5.0, with older versions ranging from 2.4.0 down to 1.0.0 being accessible."],["`MembershipFeatureState` provides Feature status information for a single Membership and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes constructors for creating new instances, either empty or from an existing `MembershipFeatureState` object."],["`MembershipFeatureState` has properties like `Configmanagement`, which represents the config management-specific state, `FeatureStateCase` to identify the state of the feature, and `State` which is the high level overview."],["The object inherits members from `Object`, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, with the object residing within the `Google.Cloud.GkeHub.V1` namespace."]]],[]]