Class Parameter (1.55.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
TypeDescription
String

IsRequired

public bool IsRequired { get; set; }

Gets an indication whether this parameter is optional or required.

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }

Gets the name of the parameter.

Property Value
TypeDescription
String

ParameterType

public string ParameterType { get; set; }

Gets the type of the parameter.

Property Value
TypeDescription
String

Pattern

public string Pattern { get; set; }

Gets the pattern that this parameter must follow.

Property Value
TypeDescription
String

Extension Method