Class: AlisSdkRuby::Types::GetMeArticlesArticle_idPublicRequest

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

{
  article_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

  • (String)


293
294
295
296
# File 'lib/alis-sdk-ruby/types.rb', line 293

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