Class: AlisSdkRuby::Types::GetMeArticlesArticle_idLikeRequest

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

{
  article_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

  • (String)


247
248
249
250
# File 'lib/alis-sdk-ruby/types.rb', line 247

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