| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | ||
| content_state | XArticleContentState | ||
| mode | String | Publish creates an X Article draft and then publishes it. Draft stops after draft creation and returns the X draft ID without a public URL. | [optional][default to 'publish'] |
| cover | XArticleCover | [optional] |
require 'zernio-sdk'
instance = Zernio::XArticle.new(
title: null,
content_state: null,
mode: null,
cover: null
)