Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1012 Bytes

ValidationRuleAssignment.md

File metadata and controls

18 lines (12 loc) · 1012 Bytes

ValidationRuleAssignment

This is an object representing a validation rule assignment.

Properties

Name Type Description Notes
id str Validation rule assignment ID. [optional]
rule_id str Validation rule ID. [optional]
related_object_id str The resource ID to which the validation rule was assigned. [optional]
related_object_type str The type of resource to which the validation rule was assigned. [optional]
created_at datetime Timestamp representing the date and time when the validation rule assignment was created. The value is shown in the ISO 8601 format. [optional]
object str The type of the object represented by the ID. [optional] [default to 'validation_rules_assignment']

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