Class: AlisSdkRuby::Types::UpdateArticle

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/alis-sdk-ruby/types.rb

Overview

Note:

When making an API call, you may pass UpdateArticle data as a hash:

{
  body: "__string",
  eye_catch_url: "__string",
  overview: "__string",
  title: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

Returns:

  • (String)


916
917
918
919
920
921
922
# File 'lib/alis-sdk-ruby/types.rb', line 916

class UpdateArticle < Struct.new(
  :body,
  :eye_catch_url,
  :overview,
  :title)
  include Aws::Structure
end

#eye_catch_urlString

Returns:

  • (String)


916
917
918
919
920
921
922
# File 'lib/alis-sdk-ruby/types.rb', line 916

class UpdateArticle < Struct.new(
  :body,
  :eye_catch_url,
  :overview,
  :title)
  include Aws::Structure
end

#overviewString

Returns:

  • (String)


916
917
918
919
920
921
922
# File 'lib/alis-sdk-ruby/types.rb', line 916

class UpdateArticle < Struct.new(
  :body,
  :eye_catch_url,
  :overview,
  :title)
  include Aws::Structure
end

#titleString

Returns:

  • (String)


916
917
918
919
920
921
922
# File 'lib/alis-sdk-ruby/types.rb', line 916

class UpdateArticle < Struct.new(
  :body,
  :eye_catch_url,
  :overview,
  :title)
  include Aws::Structure
end