kombo-ruby-sdk/docs/GetAtsApplicationStagesPositiveResponseDataResultsInner.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

2 KiB

Kombo::GetAtsApplicationStagesPositiveResponseDataResultsInner

Properties

Name Type Description Notes
id String The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
remote_id String The raw ID of the object in the remote system. We don't recommend using this as a primary key on your side as it might sometimes be compromised of multiple identifiers if a system doesn't provide a clear primary key.
name String The application stage name. For example, "Initial Screening".
remote_data Hash<String, Object> Includes the data fetched from the remote system. Please be aware that including this in you scope config might violate other scopes that are set. Remote data always has the endpoint path that we got the data from as the top level key. For example, it could look like: `{ &quot;/companies&quot;: { ... }}` This is not available on all plans. Reach out to Kombo if you need it.
changed_at Time The timestamp when this specific record was last modified. This field only updates when properties directly on this record change, NOT when related or nested models change. For filtering that considers nested data changes, use the `updated_after` parameter which will return records when either the record itself OR its related models have been updated.
remote_deleted_at Time The date and time the object was deleted in the remote system. Objects are automatically marked as deleted when Kombo can't retrieve them from the remote system anymore. Kombo will also anonymize entries 14 days after they disappear.

Example

require 'kombo_client'

instance = Kombo::GetAtsApplicationStagesPositiveResponseDataResultsInner.new(
  id: null,
  remote_id: null,
  name: null,
  remote_data: null,
  changed_at: null,
  remote_deleted_at: null
)