Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.04 KB

CatalogCustomAttributeDefinitionSelectionConfig.md

File metadata and controls

10 lines (7 loc) · 1.04 KB

CatalogCustomAttributeDefinitionSelectionConfig

Properties

Name Type Description Notes
MaxAllowedSelections int32 The maximum number of selections that can be set. The maximum value for this attribute is 100. The default value is 1. The value can be modified, but changing the value will not affect existing custom attribute values on objects. Clients need to handle custom attributes with more selected values than allowed by this limit. [optional] [default to null]
AllowedSelections []CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection The set of valid `CatalogCustomAttributeSelections`. Up to a maximum of 100 selections can be defined. Can be modified. [optional] [default to null]

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