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-25 UTC."],[[["The webpage provides documentation for the `RoutineSpec.Types.Argument` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its properties, constructors, and implementation of various interfaces."],["It lists available versions of the `RoutineSpec.Types.Argument` class, ranging from version 1.2.0 to the latest version 2.14.0, including links to their respective documentation pages."],["The `RoutineSpec.Types.Argument` class represents an input or output argument for a function or stored procedure and includes properties like `Mode`, `Name`, and `Type`."],["The page details the inheritance hierarchy of `RoutineSpec.Types.Argument`, which inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, all of which are hyperlinked."],["There are two constructors for the `Argument` class, one default constructor, and another that allows creation from another `RoutineSpec.Types.Argument` object, as well as details on the `Mode` property that specifies input or output behavior."]]],[]]