class AlisSdkRuby::Types::PutMeArticlesArticle_idPublicRequest

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

data as a hash:

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

@!attribute [rw] article_id

@return [String]

@!attribute [rw] update_article

@return [Types::UpdateArticle]