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

Returns:

  • (String)


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

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

#created_atInteger

Returns:

  • (Integer)


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

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

#eye_catch_urlString

Returns:

  • (String)


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

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

#overviewString

Returns:

  • (String)


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

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

#titleString

Returns:

  • (String)


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

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

#user_idString

Returns:

  • (String)


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

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