Class: AlisSdkRuby::Types::ArticleInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString



69
70
71
72
73
74
75
76
77
# File 'lib/alis-sdk-ruby/types.rb', line 69

class ArticleInfo < Struct.new(
  :article_id,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#created_atInteger



69
70
71
72
73
74
75
76
77
# File 'lib/alis-sdk-ruby/types.rb', line 69

class ArticleInfo < Struct.new(
  :article_id,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#eye_catch_urlString



69
70
71
72
73
74
75
76
77
# File 'lib/alis-sdk-ruby/types.rb', line 69

class ArticleInfo < Struct.new(
  :article_id,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#overviewString



69
70
71
72
73
74
75
76
77
# File 'lib/alis-sdk-ruby/types.rb', line 69

class ArticleInfo < Struct.new(
  :article_id,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#titleString



69
70
71
72
73
74
75
76
77
# File 'lib/alis-sdk-ruby/types.rb', line 69

class ArticleInfo < Struct.new(
  :article_id,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#user_idString



69
70
71
72
73
74
75
76
77
# File 'lib/alis-sdk-ruby/types.rb', line 69

class ArticleInfo < Struct.new(
  :article_id,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end