Class: AlisSdkRuby::Types::GetMeArticlesArticle_idDraftsRequest

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

{
  article_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

  • (String)


224
225
226
227
# File 'lib/alis-sdk-ruby/types.rb', line 224

class GetMeArticlesArticle_idDraftsRequest < Struct.new(
  :article_id)
  include Aws::Structure
end