Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.16 KB

BusValRuleAssignment.md

File metadata and controls

17 lines (14 loc) · 1.16 KB

# BusValRuleAssignment

Properties

Name Type Description Notes
id string The unique identifier for a assignment [optional]
rule_id string The unique identifier for a rule [optional]
related_object_id string The unique identifier for a related object [optional]
related_object_type string The type of related object [optional]
created_at \DateTime Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. [optional]
updated_at \DateTime Timestamp representing the date and time when the object was last updated in ISO 8601 format. [optional]
object string The type of the object represented by JSON. [optional] [default to 'validation_rules_assignment']
validation_status string The validation status of the assignment [optional]
validation_omitted_rules string[] The list of omitted rules [optional]

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