Class: AlisSdkRuby::Types::PostMeArticlesArticle_idLikeRequest
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::PostMeArticlesArticle_idLikeRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Overview
Note:
When making an API call, you may pass PostMeArticlesArticle_idLikeRequest data as a hash:
{
article_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#article_id ⇒ String
691 692 693 694 |
# File 'lib/alis-sdk-ruby/types.rb', line 691 class PostMeArticlesArticle_idLikeRequest < Struct.new( :article_id) include Aws::Structure end |