public class Parameter : IParameter
Represents a method's parameter.
Implements
IParameterNamespace
Google.Apis.DiscoveryAssembly
Google.Apis.Core.dll
Properties
DefaultValue
public string DefaultValue { get; set; }
Gets the default value of this parameter.
Property Value | |
---|---|
Type | Description |
string |
IsRequired
public bool IsRequired { get; set; }
Gets an indication whether this parameter is optional or required.
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Gets the name of the parameter.
Property Value | |
---|---|
Type | Description |
string |
ParameterType
public string ParameterType { get; set; }
Gets the type of the parameter.
Property Value | |
---|---|
Type | Description |
string |
Pattern
public string Pattern { get; set; }
Gets the pattern that this parameter must follow.
Property Value | |
---|---|
Type | Description |
string |