Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 887 Bytes

RemoteFieldAPI.md

File metadata and controls

28 lines (22 loc) · 887 Bytes

MergeHRISClient::RemoteFieldAPI

Properties

Name Type Description Notes
schema Hash<String, AnyType>
remote_key_name String
remote_endpoint_info RemoteEndpointInfo
example_values Array<AnyType> [optional]
advanced_metadata AdvancedMetadata
coverage OneOfintegerdouble [optional][readonly]

Example

require 'merge_hris_client'

instance = MergeHRISClient::RemoteFieldAPI.new(
  schema: {&quot;type&quot;:&quot;string&quot;},
  remote_key_name: example_remote_key_name,
  remote_endpoint_info: null,
  example_values: [&quot;example&quot;],
  advanced_metadata: null,
  coverage: 0.33
)