public sealed class AttributeValues.Types.StringAttributeValues : IMessage<AttributeValues.Types.StringAttributeValues>, IEquatable<AttributeValues.Types.StringAttributeValues>, IDeepCloneable<AttributeValues.Types.StringAttributeValues>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class AttributeValues.Types.StringAttributeValues.
[[["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 information for the `AttributeValues.Types.StringAttributeValues` class within the API Hub v1 API."],["The `StringAttributeValues` class is used to represent attribute values that are of type string or JSON, and it inherits from the object class."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various operations."],["The class includes two constructors, one default and one that takes another `StringAttributeValues` as an argument, allowing for creation and cloning of instances."],["It contains the `Values` property, which is a required field of type `RepeatedField\u003cstring\u003e` and stores the attribute values."]]],[]]