public sealed class StructuredMessage.Types.Parameter : IMessage<StructuredMessage.Types.Parameter>, IEquatable<StructuredMessage.Types.Parameter>, IDeepCloneable<StructuredMessage.Types.Parameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class StructuredMessage.Types.Parameter.
[[["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 `StructuredMessage.Types.Parameter` class is part of the Dataflow v1beta3 API, providing a structure for data within messages."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse functionalities."],["It includes two constructors: a default constructor `Parameter()` and an overload `Parameter(StructuredMessage.Types.Parameter other)` for creating copies."],["The class has two key properties: `Key` which is a string representing the name of the parameter, and `Value` which holds the parameter's data."],["The class inherits members from the base `object` class, providing basic object behaviors such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]