class AlisSdkRuby::Types::PutMeArticlesArticle_idDraftsRequest

@note When making an API call, you may pass PutMeArticlesArticle_idDraftsRequest

data as a hash:

    {
      me_articles_drafts_create: { # required
        body: "__string",
        eye_catch_url: "__string",
        overview: "__string",
        title: "__string",
      },
    }

@!attribute [rw] me_articles_drafts_create

@return [Types::MeArticlesDraftsCreate]