Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 948 Bytes

CreateCustomPropertyDto.md

File metadata and controls

12 lines (9 loc) · 948 Bytes

CreateCustomPropertyDto

Properties

Name Type Description Notes
Name string Display name for Custom Property. [default to null]
Key string Auto generated key to be used by the API to reference by 'key' rather then id for CRUD operations. Must only contain lower-case characters and `` or `-`. [default to null]
Type_ string Type of the Custom Propety. Must be one of: "Boolean", "Number", "Semver" or "String" [default to null]
PropertyKey string Custom Property key, must be unique by Project. Only to be used by the SDKs to reference the Custom Property.. [default to null]

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