The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::XING::Function::Parameter - XING API Function Parameter Class

DESCRIPTION

An object of the WebService::XING::Function::Parameter class describes a parameter element of the "params" in WebService::XING::Function.

OVERLOADING

A WebService::XING::Function::Parameter object returns the function "name" in string context.

ATTRIBUTES

name

Parameter name. Read-only.

is_required

Flag that is true if parameter is required. Read-only.

is_placeholder

Flag that is true if parameter is part of the resource. Logically a placeholder parameter always "is_required". Read-only.

is_boolean

Flag that is true if parameter is a boolean flag. Read-only.

is_list

Flag that is true if parameter may contain multiple values. Read-only.

default

The default value for the parameter. Read-only. Default: undef.