Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 6.42 KB

File metadata and controls

13 lines (10 loc) · 6.42 KB

RejectedReason

Fields

Field Type Required Description Example
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
label T.nilable(::String) The label of the rejected reason. Failed Phone Screen
rejected_reason_type T.nilable(Models::Shared::RejectedReasonType) N/A
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
type T.nilable(::String) : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The string type of the rejected reason.
rejected_by_organization
unified_custom_fields T::Hash[Symbol, ::Object] Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}