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.06 KB

BusValRuleAssignment.md

File metadata and controls

17 lines (14 loc) · 1.06 KB

# BusValRuleAssignment

Properties

Name Type Description Notes
id string The unique identifier for a assignment
rule_id string The unique identifier for a rule
related_object_id string The unique identifier for a related object
related_object_type string The type of related object
created_at \DateTime Timestamp representing the date and time when the object was created in 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 object represented by JSON. [default to 'validation_rules_assignment']
validation_status string The validation status of the assignment
validation_omitted_rules string[] The list of omitted rules

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