| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | [optional] | |
| tweet_id | String | [optional] | |
| retweeted | Boolean | [optional] | |
| platform | String | [optional] |
require 'late-sdk'
instance = Late::RetweetPost200Response.new(
status: success,
tweet_id: null,
retweeted: null,
platform: twitter
)