| Name | Type | Description | Notes |
|---|---|---|---|
| source | ValidationProblemSource | [optional] | |
| title | String | ||
| detail | String | ||
| problem_type | String |
require 'merge_crm_client'
instance = MergeCRMClient::ErrorValidationProblem.new(
source: null,
title: Missing Required Field,
detail: custom_fields is a required field on model.,
problem_type: MISSING_REQUIRED_FIELD
)