Class: AlisSdkRuby::Types::ArticleInfo
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::ArticleInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Instance Attribute Summary collapse
- #article_id ⇒ String
- #created_at ⇒ Integer
- #eye_catch_url ⇒ String
- #overview ⇒ String
- #title ⇒ String
- #user_id ⇒ String
Instance Attribute Details
#article_id ⇒ String
69 70 71 72 73 74 75 76 77 |
# File 'lib/alis-sdk-ruby/types.rb', line 69 class ArticleInfo < Struct.new( :article_id, :created_at, :eye_catch_url, :overview, :title, :user_id) include Aws::Structure end |
#created_at ⇒ Integer
69 70 71 72 73 74 75 76 77 |
# File 'lib/alis-sdk-ruby/types.rb', line 69 class ArticleInfo < Struct.new( :article_id, :created_at, :eye_catch_url, :overview, :title, :user_id) include Aws::Structure end |
#eye_catch_url ⇒ String
69 70 71 72 73 74 75 76 77 |
# File 'lib/alis-sdk-ruby/types.rb', line 69 class ArticleInfo < Struct.new( :article_id, :created_at, :eye_catch_url, :overview, :title, :user_id) include Aws::Structure end |
#overview ⇒ String
69 70 71 72 73 74 75 76 77 |
# File 'lib/alis-sdk-ruby/types.rb', line 69 class ArticleInfo < Struct.new( :article_id, :created_at, :eye_catch_url, :overview, :title, :user_id) include Aws::Structure end |
#title ⇒ String
69 70 71 72 73 74 75 76 77 |
# File 'lib/alis-sdk-ruby/types.rb', line 69 class ArticleInfo < Struct.new( :article_id, :created_at, :eye_catch_url, :overview, :title, :user_id) include Aws::Structure end |
#user_id ⇒ String
69 70 71 72 73 74 75 76 77 |
# File 'lib/alis-sdk-ruby/types.rb', line 69 class ArticleInfo < Struct.new( :article_id, :created_at, :eye_catch_url, :overview, :title, :user_id) include Aws::Structure end |