[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eParameter\u003c/code\u003e class, implementing \u003ccode\u003eIParameter\u003c/code\u003e, represents a method's parameter within the \u003ccode\u003eGoogle.Apis.Discovery\u003c/code\u003e namespace and is found within the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes inherited members like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eParameter\u003c/code\u003e class include \u003ccode\u003eDefaultValue\u003c/code\u003e, \u003ccode\u003eIsRequired\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eParameterType\u003c/code\u003e, and \u003ccode\u003ePattern\u003c/code\u003e, each providing specific details about the parameter, such as its default value, whether it's required, its name, its type and the pattern it must follow.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this class is version 1.69.0, with prior versions like 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0 also available for reference.\u003c/p\u003e\n"]]],[],null,["# Class Parameter (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Discovery.Parameter)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Discovery.Parameter)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Discovery.Parameter)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Discovery.Parameter)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Discovery.Parameter)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Discovery.Parameter) \n\n public class Parameter : IParameter\n\nRepresents a method's parameter. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Parameter \n\nImplements\n----------\n\n[IParameter](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Discovery.IParameter) \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apis.Discovery](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Discovery)\n\nAssembly\n--------\n\nGoogle.Apis.Core.dll\n\nProperties\n----------\n\n### DefaultValue\n\n public string DefaultValue { get; set; }\n\nGets the default value of this parameter.\n\n### IsRequired\n\n public bool IsRequired { get; set; }\n\nGets an indication whether this parameter is optional or required.\n\n### Name\n\n public string Name { get; set; }\n\nGets the name of the parameter.\n\n### ParameterType\n\n public string ParameterType { get; set; }\n\nGets the type of the parameter.\n\n### Pattern\n\n public string Pattern { get; set; }\n\nGets the pattern that this parameter must follow.\n\nExtension Method\n----------------\n\n[Utilities.ThrowIfNull\\\u003cT\\\u003e(T, string)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Utilities#Google_Apis_Util_Utilities_ThrowIfNull__1___0_System_String_)"]]