Class: AlisSdkRuby::Types::GetMeArticlesPublicRequest
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::GetMeArticlesPublicRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Overview
Note:
When making an API call, you may pass GetMeArticlesPublicRequest data as a hash:
{
article_id: "__string",
limit: "__string",
sort_key: "__string",
}
Instance Attribute Summary collapse
Instance Attribute Details
#article_id ⇒ String
357 358 359 360 361 362 |
# File 'lib/alis-sdk-ruby/types.rb', line 357 class GetMeArticlesPublicRequest < Struct.new( :article_id, :limit, :sort_key) include Aws::Structure end |
#limit ⇒ String
357 358 359 360 361 362 |
# File 'lib/alis-sdk-ruby/types.rb', line 357 class GetMeArticlesPublicRequest < Struct.new( :article_id, :limit, :sort_key) include Aws::Structure end |
#sort_key ⇒ String
357 358 359 360 361 362 |
# File 'lib/alis-sdk-ruby/types.rb', line 357 class GetMeArticlesPublicRequest < Struct.new( :article_id, :limit, :sort_key) include Aws::Structure end |