Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 924 Bytes

File metadata and controls

14 lines (11 loc) · 924 Bytes

# CreateProductOptionDto

Properties

Name Type Description Notes
title string Option title.
traits string[] Option traits. [optional]
values \Aurigma\BackOffice\Model\CreateProductOptionValueDto[] Product option values. [optional]
use_for_design_binding bool Flag that indicates if option can be used for product design connections creation. [optional]
use_for_mockup_binding bool Flag that indicates if option can be used for product mockup connections creation. [optional]
use_for_document_binding bool Flag that indicates if option can be used for product document connections creation. [optional]

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