Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 836 Bytes

PropertySet.md

File metadata and controls

19 lines (14 loc) · 836 Bytes

PropertySet

Adds nested create feature

Properties

Name Type Description Notes
id int [readonly]
created_at datetime [readonly]
updated_at datetime [readonly]
name str, none_type [optional]
description str, none_type [optional]
type str, none_type [optional]
properties [ModelProperty] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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