zcrmsdk
Version:
Node JS SDK for Zoho CRM
23 lines (15 loc) • 758 B
Markdown
# Param
This class represents the HTTP parameter.
## Package /routes/param
## Constructors
| Constructor | Description |
| :--------------------------------- | :---------------------------------------------------------------------- |
| constructor(name, className=null) | Creates a ***Param class*** instance with the specified parameter name. |
----
## Methods
| Method | Description |
| :-------- | :----------------------------------------------------- |
| name | The getter method to get ***Param Name***. |
| className | The getter method to get ***Param Class Name***. |
----
[source](../routes/param.js)