public sealed class Argument : IMessage<RoutineSpec.Types.Argument>, IEquatable<RoutineSpec.Types.Argument>, IDeepCloneable<RoutineSpec.Types.Argument>, IBufferMessage, IMessage
Input or output argument of a function or stored procedure.
[[["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 of the `RoutineSpec.Types.Argument` is 2.14.0, with multiple previous versions available for reference, spanning back to version 1.2.0."],["`RoutineSpec.Types.Argument` represents an input or output argument of a function or stored procedure and inherits from the Object class while implementing several interfaces like IMessage, IEquatable, and IDeepCloneable."],["This class can be constructed via an empty constructor or an overload that takes another `RoutineSpec.Types.Argument` object as input, and is located within the `Google.Cloud.DataCatalog.V1` namespace."],["Key properties of the `Argument` class include `Mode` to define if it is an input or output, `Name` for its identifier, and `Type` to specify the argument's type."],["The class contains inherited members such as GetHashCode(), GetType(), MemberwiseClone(), and ToString(), all from the base Object class."]]],[]]