Class: TencentCloud::Wav::V20210129::ChannelTag

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210129/models.rb

Overview

客户渠道标签

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#TagIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TagName:

    该客户档案当前已成功关联的渠道标签名称

  • TagId:

    该客户档案当前已成功关联的渠道标签的id



315
316
317
# File 'lib/v20210129/models.rb', line 315

def TagId
  @TagId
end

#TagNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TagName:

    该客户档案当前已成功关联的渠道标签名称

  • TagId:

    该客户档案当前已成功关联的渠道标签的id



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