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