Class: AlisSdkRuby::Types::GetMeArticlesDraftsRequest

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

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

#limitString

Returns:

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

Returns:

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