Class: AlisSdkRuby::Types::MeArticlesDraftsCreate
- Inherits:
-
Struct
- Object
- Struct
- AlisSdkRuby::Types::MeArticlesDraftsCreate
- Includes:
- Aws::Structure
- Defined in:
- lib/alis-sdk-ruby/types.rb
Overview
Note:
When making an API call, you may pass MeArticlesDraftsCreate data as a hash:
{
body: "__string",
eye_catch_url: "__string",
overview: "__string",
title: "__string",
}
Instance Attribute Summary collapse
Instance Attribute Details
#body ⇒ String
559 560 561 562 563 564 565 |
# File 'lib/alis-sdk-ruby/types.rb', line 559 class MeArticlesDraftsCreate < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |
#eye_catch_url ⇒ String
559 560 561 562 563 564 565 |
# File 'lib/alis-sdk-ruby/types.rb', line 559 class MeArticlesDraftsCreate < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |
#overview ⇒ String
559 560 561 562 563 564 565 |
# File 'lib/alis-sdk-ruby/types.rb', line 559 class MeArticlesDraftsCreate < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |
#title ⇒ String
559 560 561 562 563 564 565 |
# File 'lib/alis-sdk-ruby/types.rb', line 559 class MeArticlesDraftsCreate < Struct.new( :body, :eye_catch_url, :overview, :title) include Aws::Structure end |