Class: TencentCloud::Smpn::V20190822::CHPResponse

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

Overview

终端骚扰保护

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tagtype = nil, tagcount = nil) ⇒ CHPResponse

Returns a new instance of CHPResponse.



53
54
55
56
# File 'lib/v20190822/models.rb', line 53

def initialize(tagtype=nil, tagcount=nil)
  @TagType = tagtype
  @TagCount = tagcount
end

Instance Attribute Details

#TagCountObject

Parameters:

  • TagType:

    标记类型0: 无标记50:骚扰电话51:房产中介52:保险理财53:广告推销54:诈骗电话55:快递电话56:出租车专车

  • TagCount:

    标记次数



51
52
53
# File 'lib/v20190822/models.rb', line 51

def TagCount
  @TagCount
end

#TagTypeObject

Parameters:

  • TagType:

    标记类型0: 无标记50:骚扰电话51:房产中介52:保险理财53:广告推销54:诈骗电话55:快递电话56:出租车专车

  • TagCount:

    标记次数



51
52
53
# File 'lib/v20190822/models.rb', line 51

def TagType
  @TagType
end

Instance Method Details

#deserialize(params) ⇒ Object



58
59
60
61
# File 'lib/v20190822/models.rb', line 58

def deserialize(params)
  @TagType = params['TagType']
  @TagCount = params['TagCount']
end