Class: AlisSdkRuby::Types::GetArticlesRecentRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/alis-sdk-ruby/types.rb

Overview

Note:

When making an API call, you may pass GetArticlesRecentRequest data as a hash:

{
  article_id: "__string",
  limit: "__string",
  sort_key: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

  • (String)


199
200
201
202
203
204
# File 'lib/alis-sdk-ruby/types.rb', line 199

class GetArticlesRecentRequest < Struct.new(
  :article_id,
  :limit,
  :sort_key)
  include Aws::Structure
end

#limitString

Returns:

  • (String)


199
200
201
202
203
204
# File 'lib/alis-sdk-ruby/types.rb', line 199

class GetArticlesRecentRequest < Struct.new(
  :article_id,
  :limit,
  :sort_key)
  include Aws::Structure
end

#sort_keyString

Returns:

  • (String)


199
200
201
202
203
204
# File 'lib/alis-sdk-ruby/types.rb', line 199

class GetArticlesRecentRequest < Struct.new(
  :article_id,
  :limit,
  :sort_key)
  include Aws::Structure
end