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