Name | Type | Description | Notes |
---|---|---|---|
source | ValidationProblemSource | [optional] | |
title | String | ||
detail | String | ||
problem_type | String |
require 'merge_hris_client'
instance = MergeHRISClient::WarningValidationProblem.new(
source: null,
title: Unrecognized Field,
detail: An unrecognized field, age, was passed in with request data.,
problem_type: UNRECOGNIZED_FIELD
)