Class: AlisSdkRuby::Types::GetMeArticlesArticle_idLikeRequest
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::GetMeArticlesArticle_idLikeRequest
- 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_id ⇒ 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 |