Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.05 KB

Rule.md

File metadata and controls

19 lines (16 loc) · 1.05 KB

IO.Swagger.Model.Rule

Properties

Name Type Description Notes
RuleId string The identifier of the rule
RuleName string The name of the rule
LastExecutionStatus RuleLastExecutionStatus [optional]
LastExecutionUtcDate DateTime? The utc date of the last execution [optional]
ActionName OptimisationActionName
ReportFilterId string Report filter identifier linked to the rule
Position int? Rule execution position
Enabled bool? Is the rule enabled
ValidityStartUtcDate DateTime? Rule validity start utc date [optional]
ValidityEndUtcDate DateTime? Rule validity end utc date [optional]
Links RuleLinks

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