public interface IParameterRepresents a parameter for a method.
Namespace
Google.Apis.DiscoveryAssembly
Google.Apis.Core.dll
Properties
DefaultValue
string DefaultValue { get; }Gets the default value of this parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
IsRequired
bool IsRequired { get; }Gets an indication whether this parameter is optional or required.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
string Name { get; }Gets the name of the parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParameterType
string ParameterType { get; }Gets the type of the parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Pattern
string Pattern { get; }Gets the pattern that this parameter must follow.
| Property Value | |
|---|---|
| Type | Description |
string |
|