new module:model/ReportInProductListItem()
- Source:
Constructs a new ReportInProductListItem
.
Members
(inner) getUri :String
- Source:
Type:
- String
(inner) lastScheduledExecutionDate :String
- Source:
Type:
- String
(inner) lastScheduledExecutionSuccessDate :String
- Source:
Type:
- String
(inner) reportCustomizedId :String
- Source:
Type:
- String
(inner) reportDescription :String
- Source:
Type:
- String
(inner) reportId :String
- Source:
Type:
- String
(inner) reportName :String
- Source:
Type:
- String
(inner) reportType :String
- Source:
Type:
- String
(inner) runUri :String
- Source:
Type:
- String
(inner) saveUri :String
- Source:
Type:
- String
(inner) scheduleCreateDate :String
- Source:
Type:
- String
(inner) scheduleEndDate :String
- Source:
Type:
- String
(inner) scheduleId :String
- Source:
Type:
- String
(inner) scheduleRenewDurationDays :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ReportInProductListItem}
- Source:
Constructs a ReportInProductListItem
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/ReportInProductListItem | Optional instance to populate. |
Returns:
The populated ReportInProductListItem
instance.