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
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TagDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TagId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TagName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#VoteSum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagid = nil, votesum = nil, status = nil, tagname = nil, tagdesc = nil) ⇒ TagVoteSum
constructor
A new instance of TagVoteSum.
Constructor Details
#initialize(tagid = nil, votesum = nil, status = nil, tagname = nil, tagdesc = nil) ⇒ TagVoteSum
Returns a new instance of TagVoteSum.
36206 36207 36208 36209 36210 36211 36212 |
# File 'lib/v20210820/models.rb', line 36206 def initialize(tagid=nil, votesum=nil, status=nil, tagname=nil, tagdesc=nil) @TagId = tagid @VoteSum = votesum @Status = status @TagName = tagname @TagDesc = tagdesc end |
Instance Attribute Details
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
36204 36205 36206 |
# File 'lib/v20210820/models.rb', line 36204 def Status @Status end |
#TagDesc ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
36204 36205 36206 |
# File 'lib/v20210820/models.rb', line 36204 def TagDesc @TagDesc end |
#TagId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
36204 36205 36206 |
# File 'lib/v20210820/models.rb', line 36204 def TagId @TagId end |
#TagName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
36204 36205 36206 |
# File 'lib/v20210820/models.rb', line 36204 def TagName @TagName end |
#VoteSum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
36204 36205 36206 |
# File 'lib/v20210820/models.rb', line 36204 def VoteSum @VoteSum end |
Instance Method Details
#deserialize(params) ⇒ Object
36214 36215 36216 36217 36218 36219 36220 |
# File 'lib/v20210820/models.rb', line 36214 def deserialize(params) @TagId = params['TagId'] @VoteSum = params['VoteSum'] @Status = params['Status'] @TagName = params['TagName'] @TagDesc = params['TagDesc'] end |