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