TParamMeta

Compile-time metadata for a service method parameter.

Members

Variables

defaultValue
string defaultValue;

A code string containing a D expression for the default value for the parameter, if any.

id
short id;

The Thrift id of the parameter in the param struct.

name
string name;

The name of the parameter. Contrary to TFieldMeta, it only serves decorative purposes here.

Meta