| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
T.nilable(::String) | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
name |
T.nilable(::String) | ➖ | The name of the custom field. | Training Completion Status |
remote_id |
T.nilable(::String) | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remote_value_id |
T.nilable(::String) | ➖ | Provider's unique identifier for the value of the custom field. | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
value |
T.nilable(T.any(::String, ::Float, T::Boolean, Models::Shared::CustomFields4, T::Array[::Object], ::DateTime)) | ➖ | The value associated with the custom field. | Completed |
value_id |
T.nilable(::String) | ➖ | The unique identifier for the value of the custom field. | value_456 |