Interface IParameter (1.69.0)

 public interface IParameter 

Represents a parameter for a method.

Namespace

Google.Apis.Discovery

Assembly

Google.Apis.Core.dll

Properties

DefaultValue

 string DefaultValue { get; } 

Gets the default value of this parameter.

Property Value
Type
Description

IsRequired

 bool IsRequired { get; } 

Gets an indication whether this parameter is optional or required.

Property Value
Type
Description

Name

 string Name { get; } 

Gets the name of the parameter.

Property Value
Type
Description

ParameterType

 string ParameterType { get; } 

Gets the type of the parameter.

Property Value
Type
Description

Pattern

 string Pattern { get; } 

Gets the pattern that this parameter must follow.

Property Value
Type
Description

Extension Method

Design a Mobile Site
View Site in Mobile | Classic
Share by: