public sealed class FeatureState : IMessage<FeatureState>, IEquatable<FeatureState>, IDeepCloneable<FeatureState>, IBufferMessage, IMessage
FeatureState describes the high-level state of a Feature. It may be used to
describe a Feature's state at the environ-level, or per-membershop, depending
on the context.
[[["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 page details the `FeatureState` class within the `Google.Cloud.GkeHub.V1` namespace, specifically version 1.1.0, used to describe the high-level status of a Feature."],["The `FeatureState` class inherits from `Object` and implements several interfaces including `IMessage\u003cFeatureState\u003e`, `IEquatable\u003cFeatureState\u003e`, `IDeepCloneable\u003cFeatureState\u003e`, and `IBufferMessage`, ensuring it supports various functionalities."],["It offers two constructors: a default `FeatureState()` and one that takes another `FeatureState` object as a parameter for creating a new instance based on an existing one."],["The `FeatureState` class has properties for `Code`, `Description`, and `UpdateTime`, which represent the machine-readable status, human-readable description, and the last update time of the Feature's status, respectively."],["There is also links to other versions of `FeatureState`, ranging from version 1.0.0 to version 2.5.0."]]],[]]