| Name | Type | Description | Notes |
|---|---|---|---|
| model | Task | ||
| warnings | Array<WarningValidationProblem> | ||
| errors | Array<ErrorValidationProblem> | ||
| logs | Array<DebugModeLog> | [optional] |
require 'merge_crm_client'
instance = MergeCRMClient::TaskResponse.new(
model: null,
warnings: null,
errors: null,
logs: null
)