new module:model/ReportInProductRunResponse()
Constructs a new ReportInProductRunResponse
.
Members
(inner) endPosition :String
The last position in the result set.
Type:
- String
(inner) exceededMaxResults :String
Type:
- String
(inner) lastWarehouseRefreshDateTime :String
Type:
- String
(inner) resultSetSize :String
The number of results returned in this response.
Type:
- String
(inner) rows :Array.<module:model/ReportInProductRunResponseRow>
Type:
(inner) startPosition :String
Starting position of the current result set.
Type:
- String
(inner) totalSetSize :String
The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ReportInProductRunResponse}
Constructs a ReportInProductRunResponse
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/ReportInProductRunResponse | Optional instance to populate. |
Returns:
The populated ReportInProductRunResponse
instance.