| 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] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.