Class: TencentCloud::Wav::V20210129::ChannelTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::ChannelTag
- Defined in:
- lib/v20210129/models.rb
Overview
客户渠道标签
Instance Attribute Summary collapse
-
#TagId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TagName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagname = nil, tagid = nil) ⇒ ChannelTag
constructor
A new instance of ChannelTag.
Constructor Details
#initialize(tagname = nil, tagid = nil) ⇒ ChannelTag
Returns a new instance of ChannelTag.
317 318 319 320 |
# File 'lib/v20210129/models.rb', line 317 def initialize(tagname=nil, tagid=nil) @TagName = tagname @TagId = tagid end |
Instance Attribute Details
#TagId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
315 316 317 |
# File 'lib/v20210129/models.rb', line 315 def TagId @TagId end |
#TagName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
315 316 317 |
# File 'lib/v20210129/models.rb', line 315 def TagName @TagName end |
Instance Method Details
#deserialize(params) ⇒ Object
322 323 324 325 |
# File 'lib/v20210129/models.rb', line 322 def deserialize(params) @TagName = params['TagName'] @TagId = params['TagId'] end |