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] |
require 'merge_hris_client'
instance = MergeHRISClient::RemoteFieldAPI.new(
schema: {"type":"string"},
remote_key_name: example_remote_key_name,
remote_endpoint_info: null,
example_values: ["example"],
advanced_metadata: null,
coverage: 0.33
)