Class Parameter (1.60.0)

 public class Parameter : IParameter 

Represents a method's parameter.

Inheritance

object > Parameter

Implements

IParameter

Namespace

Google Apis Discovery

Assembly

Google.Apis.Core.dll

Properties

DefaultValue

 public string DefaultValue { get; set; } 

Gets the default value of this parameter.

Property Value
Type
Description

IsRequired

 public bool IsRequired { get; set; } 

Gets an indication whether this parameter is optional or required.

Property Value
Type
Description

Name

 public string Name { get; set; } 

Gets the name of the parameter.

Property Value
Type
Description

ParameterType

 public string ParameterType { get; set; } 

Gets the type of the parameter.

Property Value
Type
Description

Pattern

 public string Pattern { get; set; } 

Gets the pattern that this parameter must follow.

Property Value
Type
Description

Extension Method

Create a Mobile Website
View Site in Mobile | Classic
Share by: