Class: AlisSdkRuby::Types::GetArticlesPopularRequest
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::GetArticlesPopularRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Overview
Note:
When making an API call, you may pass GetArticlesPopularRequest data as a hash:
{
article_id: "__string",
limit: "__string",
score: "__string",
}
Instance Attribute Summary collapse
Instance Attribute Details
#article_id ⇒ String
166 167 168 169 170 171 |
# File 'lib/alis-sdk-ruby/types.rb', line 166 class GetArticlesPopularRequest < Struct.new( :article_id, :limit, :score) include Aws::Structure end |
#limit ⇒ String
166 167 168 169 170 171 |
# File 'lib/alis-sdk-ruby/types.rb', line 166 class GetArticlesPopularRequest < Struct.new( :article_id, :limit, :score) include Aws::Structure end |
#score ⇒ String
166 167 168 169 170 171 |
# File 'lib/alis-sdk-ruby/types.rb', line 166 class GetArticlesPopularRequest < Struct.new( :article_id, :limit, :score) include Aws::Structure end |