public sealed class AttributeValues.Types.EnumAttributeValues : IMessage<AttributeValues.Types.EnumAttributeValues>, IEquatable<AttributeValues.Types.EnumAttributeValues>, IDeepCloneable<AttributeValues.Types.EnumAttributeValues>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class AttributeValues.Types.EnumAttributeValues.
[[["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 provides reference documentation for the `AttributeValues.Types.EnumAttributeValues` class within the Google.Cloud.ApiHub.V1 API, version 1.0.0-beta02."],["`EnumAttributeValues` represents the attribute values of the enum data type and is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and offers two constructors: a default constructor and one that takes another `EnumAttributeValues` object as a parameter."],["The class contains one property, `Values`, which is a required field of type `RepeatedField\u003cAttribute.Types.AllowedValue\u003e` representing the allowed values for the attribute when its data type is an enum."]]],[]]