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