Show / Hide Table of Contents

Interface IParameter

Represents a parameter for a method.

Namespace: Google.Apis.Discovery
Assembly: Google.Apis.Core.dll
Syntax
public interface IParameter

Properties

DefaultValue

Gets the default value of this parameter.

Declaration
string DefaultValue { get; }
Property Value
Type Description
string

IsRequired

Gets an indication whether this parameter is optional or required.

Declaration
bool IsRequired { get; }
Property Value
Type Description
bool

Name

Gets the name of the parameter.

Declaration
string Name { get; }
Property Value
Type Description
string

ParameterType

Gets the type of the parameter.

Declaration
string ParameterType { get; }
Property Value
Type Description
string

Pattern

Gets the pattern that this parameter must follow.

Declaration
string Pattern { get; }
Property Value
Type Description
string

Extension Methods

Utilities.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX