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