public sealed class Liveness : IMessage<Instance.Types.Liveness>, IEquatable<Instance.Types.Liveness>, IDeepCloneable<Instance.Types.Liveness>, 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 `Liveness` class, which serves as a wrapper for the `LivenessState` enum within the `Google.Cloud.AppEngine.V1` namespace."],["The `Liveness` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["The documentation covers a range of versions for `Liveness`, from version 1.0.0 up to the latest 2.4.0, with a clear indication of the most recent version."],["The class inherits from the base `Object` class and offers inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Two constructors are available for creating `Liveness` objects: a default constructor and another constructor that takes an `Instance.Types.Liveness` parameter."]]],[]]