Interface IParameter (1.60.0)

public interface IParameter

Represents a parameter for a method.

Namespace

GoogleApisDiscovery

Assembly

Google.Apis.Core.dll

Properties

DefaultValue

string DefaultValue { get; }

Gets the default value of this parameter.

Property Value
TypeDescription
string

IsRequired

bool IsRequired { get; }

Gets an indication whether this parameter is optional or required.

Property Value
TypeDescription
bool

Name

string Name { get; }

Gets the name of the parameter.

Property Value
TypeDescription
string

ParameterType

string ParameterType { get; }

Gets the type of the parameter.

Property Value
TypeDescription
string

Pattern

string Pattern { get; }

Gets the pattern that this parameter must follow.

Property Value
TypeDescription
string

Extension Method