public sealed class ParameterViolation : IMessage<InvalidTemplateParameters.Types.ParameterViolation>, IEquatable<InvalidTemplateParameters.Types.ParameterViolation>, IDeepCloneable<InvalidTemplateParameters.Types.ParameterViolation>, 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-03-21 UTC."],[[["The latest version available for `InvalidTemplateParameters.Types.ParameterViolation` is 2.0.0-beta07, while other versions include 2.0.0-beta06 and 1.0.0-beta03."],["`ParameterViolation` is a sealed class representing a specific template-parameter violation within the `Google.Cloud.Dataflow.V1Beta3` namespace."],["The `ParameterViolation` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Constructors are available for creating `ParameterViolation` objects, either with default settings or by copying an existing `InvalidTemplateParameters.Types.ParameterViolation` object."],["The class contains the properties `Description` and `Parameter`, both of which are of type `String`, detailing why the validation failed and which parameter respectively."]]],[]]