Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 422 Bytes

PatchedCandidateEndpointRequest.md

File metadata and controls

20 lines (14 loc) · 422 Bytes

MergeATSClient::PatchedCandidateEndpointRequest

Properties

Name Type Description Notes
model PatchedCandidateRequest
remote_user_id String

Example

require 'merge_ats_client'

instance = MergeATSClient::PatchedCandidateEndpointRequest.new(
  model: null,
  remote_user_id: null
)