Constructor
new GetItemPropertyInfo(propertyName)
Construct the request
Parameters:
Name | Type | Description |
---|---|---|
propertyName |
string | Name of the property about which the information is to be retrieved. |
Methods
bodyParameters() → {Object}
Get body parameters
Returns:
The values of body parameters (name of parameter: value of the parameter)
- Type
- Object
queryParameters() → {Object}
Get query parameters
Returns:
The values of query parameters (name of parameter: value of the parameter)
- Type
- Object