Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.6 KB

File metadata and controls

26 lines (21 loc) · 1.6 KB

ModifierGroup

Properties

Name Type Description Notes
id str A unique identifier for an object. [optional] [readonly]
name str [optional]
alternate_name str [optional]
minimum_required int [optional]
maximum_allowed int [optional]
selection_type str [optional]
present_at_all_locations bool [optional]
modifiers [bool, date, datetime, dict, float, int, list, str, none_type] [optional]
deleted bool, none_type Flag to indicate if the object is deleted. [optional]
custom_mappings CustomMappings [optional]
row_version str, none_type A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. [optional]
updated_by str, none_type The user who last updated the object. [optional] [readonly]
created_by str, none_type The user who created the object. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
pass_through PassThroughBody [optional]

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