Class: TencentCloud::Wedata::V20210820::TagVoteSum
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::TagVoteSum
- Defined in:
- lib/v20210820/models.rb
Overview
基于表的标签统计信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagid = nil, votesum = nil, status = nil, tagname = nil) ⇒ TagVoteSum
constructor
A new instance of TagVoteSum.
Constructor Details
#initialize(tagid = nil, votesum = nil, status = nil, tagname = nil) ⇒ TagVoteSum
Returns a new instance of TagVoteSum.
35852 35853 35854 35855 35856 35857 |
# File 'lib/v20210820/models.rb', line 35852 def initialize(tagid=nil, votesum=nil, status=nil, tagname=nil) @TagId = tagid @VoteSum = votesum @Status = status @TagName = tagname end |
Instance Attribute Details
#Status ⇒ Object
35850 35851 35852 |
# File 'lib/v20210820/models.rb', line 35850 def Status @Status end |
#TagId ⇒ Object
35850 35851 35852 |
# File 'lib/v20210820/models.rb', line 35850 def TagId @TagId end |
#TagName ⇒ Object
35850 35851 35852 |
# File 'lib/v20210820/models.rb', line 35850 def TagName @TagName end |
#VoteSum ⇒ Object
35850 35851 35852 |
# File 'lib/v20210820/models.rb', line 35850 def VoteSum @VoteSum end |
Instance Method Details
#deserialize(params) ⇒ Object
35859 35860 35861 35862 35863 35864 |
# File 'lib/v20210820/models.rb', line 35859 def deserialize(params) @TagId = params['TagId'] @VoteSum = params['VoteSum'] @Status = params['Status'] @TagName = params['TagName'] end |