Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 429 Bytes

File metadata and controls

20 lines (14 loc) · 429 Bytes

WhatpulseSdk::InlineObject1

Properties

Name Type Description Notes
message String Errors overview.
errors Hash<String, Array<String>> A detailed description of each field that failed validation.

Example

require 'whatpulse-sdk'

instance = WhatpulseSdk::InlineObject1.new(
  message: null,
  errors: null
)