| Name | Type | Description | Notes |
|---|---|---|---|
| error | String | [optional] | |
| details | CreatePost409ResponseDetails | [optional] |
require 'late-sdk'
instance = Late::CreatePost409Response.new(
error: This exact content was already posted to this account within the last 24 hours.,
details: null
)