Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

File metadata and controls

19 lines (14 loc) · 1.17 KB

CustomObject

Properties

Name Type Description Notes
id str The unique identifier of the custom object [optional] [readonly]
owner_id str The unique identifier of the owner of the custom object [optional] [readonly]
name str, none_type The name of the custom object [optional]
fields [CustomObjectFields] [optional]
updated_by str The unique identifier of the user who last updated the custom object [optional] [readonly]
created_by str The unique identifier of the user who created the custom object [optional] [readonly]
updated_at str, none_type The timestamp when the custom object was last updated [optional] [readonly]
created_at str, none_type The timestamp when the custom object was created [optional] [readonly]
pass_through PassThroughBody [optional]

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