Class: AlisSdkRuby::Types::PutMeArticlesArticle_idPublicRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/alis-sdk-ruby/types.rb

Overview

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",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

  • (String)


843
844
845
846
847
# File 'lib/alis-sdk-ruby/types.rb', line 843

class PutMeArticlesArticle_idPublicRequest < Struct.new(
  :article_id,
  :update_article)
  include Aws::Structure
end

#update_articleTypes::UpdateArticle



843
844
845
846
847
# File 'lib/alis-sdk-ruby/types.rb', line 843

class PutMeArticlesArticle_idPublicRequest < Struct.new(
  :article_id,
  :update_article)
  include Aws::Structure
end