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

Latest commit

 

History

History
14 lines (7 loc) · 512 Bytes

CustomAttributeV3.md

File metadata and controls

14 lines (7 loc) · 512 Bytes

CustomAttributeV3

Properties

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