public sealed class RoutineSpec.Types.Argument : IMessage<RoutineSpec.Types.Argument>, IEquatable<RoutineSpec.Types.Argument>, IDeepCloneable<RoutineSpec.Types.Argument>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class RoutineSpec.Types.Argument.
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."],[[["This webpage provides reference documentation for the `RoutineSpec.Types.Argument` class within the Google Cloud Data Catalog v1 API, specifically in the .NET context."],["The class `RoutineSpec.Types.Argument` represents an input or output argument of a function or stored procedure, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The content offers details on the class's constructors, such as the default constructor `Argument()` and the copy constructor `Argument(RoutineSpec.Types.Argument other)`."],["The available properties for the class are `Mode` which indicates if the argument is input or output, `Name` for the name of the argument, and `Type` for the type of the argument."],["This page also provides access to prior versions of the documentation, ranging from version 2.14.0 (latest) to 1.2.0, for the `RoutineSpec.Types.Argument` class."]]],[]]