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

Latest commit

 

History

History
21 lines (16 loc) · 1.43 KB

File metadata and controls

21 lines (16 loc) · 1.43 KB

CustomObjectSchema

Properties

Name Type Description Notes
id str The unique identifier of the custom object schema [optional] [readonly]
name str, none_type The name of the custom object schema [optional]
description str, none_type The description of the custom object schema [optional]
fields [CustomObjectSchemaFields] The fields defined in the schema [optional]
visible bool, none_type Whether the custom object schema is visible in the UI [optional]
active bool, none_type Whether the custom object schema is active [optional]
created_by str, none_type The ID of the user who created the custom object schema [optional] [readonly]
updated_by str, none_type The ID of the user who last updated the custom object schema [optional] [readonly]
updated_at str, none_type The timestamp when the custom object schema was last updated [optional] [readonly]
created_at str, none_type The timestamp when the custom object schema was created [optional] [readonly]
pass_through PassThroughBody [optional]

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