| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | Errors overview. | |
| errors | Hash<String, Array<String>> | A detailed description of each field that failed validation. |
require 'whatpulse-sdk'
instance = WhatpulseSdk::InlineObject1.new(
message: null,
errors: null
)