| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional[str] | ➖ | The unique identifier of the custom object | co_12345 |
owner_id |
Optional[str] | ➖ | The unique identifier of the owner of the custom object | user_12345 |
name |
OptionalNullable[str] | ➖ | The name of the custom object | project |
fields |
List[models.CustomObjectFields] | ➖ | N/A | |
updated_by |
Optional[str] | ➖ | The unique identifier of the user who last updated the custom object | user_12345 |
created_by |
Optional[str] | ➖ | The unique identifier of the user who created the custom object | user_12345 |
updated_at |
OptionalNullable[str] | ➖ | The timestamp when the custom object was last updated | 2020-09-30T07:43:32.000Z |
created_at |
OptionalNullable[str] | ➖ | The timestamp when the custom object was created | 2020-09-30T07:43:32.000Z |
pass_through |
List[models.PassThroughBody] | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. |