Class: AlisSdkRuby::Types::UpdateArticle
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::UpdateArticle
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Overview
Note:
When making an API call, you may pass UpdateArticle data as a hash:
{
body: "__string",
eye_catch_url: "__string",
overview: "__string",
title: "__string",
}
Instance Attribute Summary collapse
Instance Attribute Details
#body ⇒ String
916 917 918 919 920 921 922 |
# File 'lib/alis-sdk-ruby/types.rb', line 916 class UpdateArticle < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |
#eye_catch_url ⇒ String
916 917 918 919 920 921 922 |
# File 'lib/alis-sdk-ruby/types.rb', line 916 class UpdateArticle < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |
#overview ⇒ String
916 917 918 919 920 921 922 |
# File 'lib/alis-sdk-ruby/types.rb', line 916 class UpdateArticle < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |
#title ⇒ String
916 917 918 919 920 921 922 |
# File 'lib/alis-sdk-ruby/types.rb', line 916 class UpdateArticle < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |