new module:model/ReportInProductGet()
- Source:
Constructs a new ReportInProductGet
.
Members
(inner) authenticationSuccessFilter :String
- Source:
Type:
- String
(inner) customFieldFilter :String
- Source:
Type:
- String
(inner) dateRangeCustomFromDate :String
- Source:
Type:
- String
(inner) dateRangeCustomToDate :String
- Source:
Type:
- String
(inner) dateRangeFilter :String
- Source:
Type:
- String
(inner) displayOrder :String
- Source:
Type:
- String
(inner) envelopeDateTypeFilter :String
- Source:
Type:
- String
(inner) envelopeRecipientNameContainsFilter :String
- Source:
Type:
- String
(inner) envelopeStatusFilter :String
- Source:
Type:
- String
(inner) envelopeSubjectContainsFilter :String
- Source:
Type:
- String
(inner) fields :Array.<module:model/ReportInProductField>
- Source:
Type:
(inner) lastScheduledExecutionDate :String
- Source:
Type:
- String
(inner) lastScheduledExecutionSuccessDate :String
- Source:
Type:
- String
(inner) maxDownloadRows :String
- Source:
Type:
- String
(inner) maxGridRows :String
- Source:
Type:
- String
(inner) maxScheduledRows :String
- Source:
Type:
- String
(inner) periodLengthFilter :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) scheduleId :String
- Source:
Type:
- String
(inner) sentByDetails :module:model/ReportInProductSentByDetails
- Source:
Type:
(inner) sentByFilter :String
- Source:
Type:
- String
(inner) sentByIds :String
- Source:
Type:
- String
(inner) sortFieldDirection :String
- Source:
Type:
- String
(inner) sortFieldName :String
- Source:
Type:
- String
(inner) verificationStatusFilter :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ReportInProductGet}
- Source:
Constructs a ReportInProductGet
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/ReportInProductGet | Optional instance to populate. |
Returns:
The populated ReportInProductGet
instance.