module:model/ReportInProductRunRequest

module:model/ReportInProductRunRequest

new module:model/ReportInProductRunRequest()

Source:

Constructs a new ReportInProductRunRequest.

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) 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) forDownload :String

Source:
Type:
  • String

(inner) isDashboard :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) reportInvocationType :String

Source:
Type:
  • String

(inner) reportName :String

Source:
Type:
  • String

(inner) sentByFilter :String

Source:
Type:
  • String

(inner) sentByIds :String

Source:
Type:
  • String

(inner) sortDirection :String

Source:
Type:
  • String

(inner) sortField :String

Source:
Type:
  • String

(inner) startPosition :String

Source:

Starting position of the current result set.

Type:
  • String

(inner) verificationStatusFilter :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/ReportInProductRunRequest}

Source:

Constructs a ReportInProductRunRequest 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/ReportInProductRunRequest

Optional instance to populate.

Returns:

The populated ReportInProductRunRequest instance.

Type
module:model/ReportInProductRunRequest