new module:model/ReportInProductCsvRunRequest()
Constructs a new ReportInProductCsvRunRequest
.
Members
(inner) authenticationSuccessFilter :String
Type:
- String
(inner) customFieldFilter :String
Type:
- String
(inner) dateRangeCustomFromDate :String
Type:
- String
(inner) dateRangeCustomToDate :String
Type:
- String
(inner) dateRangeFilter :String
Type:
- String
(inner) envelopeDateTypeFilter :String
Type:
- String
(inner) envelopeRecipientNameContainsFilter :String
Type:
- String
(inner) envelopeStatusFilter :String
Type:
- String
(inner) envelopeSubjectContainsFilter :String
Type:
- String
(inner) fields :Array.<module:model/ReportInProductField>
Type:
(inner) forDownload :String
Type:
- String
(inner) isDashboard :String
Type:
- String
(inner) newLine :String
Type:
- String
(inner) overrideTimezoneKey :String
Type:
- String
(inner) periodLengthFilter :String
Type:
- String
(inner) quote :String
Type:
- String
(inner) reportCustomizedId :String
Type:
- String
(inner) reportDescription :String
Type:
- String
(inner) reportId :String
Type:
- String
(inner) reportInvocationType :String
Type:
- String
(inner) reportName :String
Type:
- String
(inner) sentByFilter :String
Type:
- String
(inner) sentByIds :String
Type:
- String
(inner) separator :String
Type:
- String
(inner) sortDirection :String
Type:
- String
(inner) sortField :String
Type:
- String
(inner) startPosition :String
Starting position of the current result set.
Type:
- String
(inner) verificationStatusFilter :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ReportInProductCsvRunRequest}
Constructs a ReportInProductCsvRunRequest
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/ReportInProductCsvRunRequest | Optional instance to populate. |
Returns:
The populated ReportInProductCsvRunRequest
instance.