Class: AlisSdkRuby::Types::GetMeArticlesPublicRequest

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 GetMeArticlesPublicRequest data as a hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

  • (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

#limitString

Returns:

  • (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_keyString

Returns:

  • (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