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

Latest commit

 

History

History
12 lines (8 loc) · 660 Bytes

CustomAttributeV3.md

File metadata and controls

12 lines (8 loc) · 660 Bytes

CustomAttributeV3

Properties

Name Type Description Notes
name str The name of the attribute. Underscores will be replaced by spaces upon insertion. [optional]
value str The value of the attribute. [optional]
group_values list[CustomAttributeV3] Subattributes within this attribute group. Exactly one of value or groupValues must be provided. [optional]

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