Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

ApplicationEndpointRequest.md

File metadata and controls

20 lines (14 loc) · 402 Bytes

MergeATSClient::ApplicationEndpointRequest

Properties

Name Type Description Notes
model ApplicationRequest
remote_user_id String

Example

require 'merge_ats_client'

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