Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.56 KB

RuleExecutionReporting.md

File metadata and controls

22 lines (19 loc) · 1.56 KB

IO.Swagger.Model.RuleExecutionReporting

Properties

Name Type Description Notes
RuleId string The rule identifier
RuleName string The name of the rule
StartedUtcDate DateTime? The start utc date of the execution of the rule [optional]
CompletedUtcDate DateTime? The completed utc date of the execution of the rule [optional]
Status RuleExecutionReportingStatus
ErrorType RuleExecutionReportingErrorType [optional]
AffectedProductCount int? The count of affected products, active or not [optional]
ActiveAffectedProductCount int? The count of affected active products [optional]
AffectedChannelCount int? The count of affected Channels across all products [optional]
OptimisationActionName OptimisationActionName [optional]
UserId string The userId that executed the rule if any [optional]
ExecutionSource RuleExecutionReportingExecutionSource
ReportUrl string The url for the excel report for this execution [optional]
Links RuleExecutionReportingLinks [optional]

[Back to Model list] [Back to API list] [Back to README]