Class: TencentCloud::Irp::V20220805::DislikeInfo

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

Overview

不喜欢信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, value = nil) ⇒ DislikeInfo

Returns a new instance of DislikeInfo.



114
115
116
117
# File 'lib/v20220805/models.rb', line 114

def initialize(type=nil, value=nil)
  @Type = type
  @Value = value
end

Instance Attribute Details

#TypeObject

Parameters:

  • 过滤的类别:
    ● author 作者名
    (如当前类型不满足,请提单沟通解决方案)

  • Type对应字段名的值,如:需要过滤的作者名



112
113
114
# File 'lib/v20220805/models.rb', line 112

def Type
  @Type
end

#ValueObject

Parameters:

  • 过滤的类别:
    ● author 作者名
    (如当前类型不满足,请提单沟通解决方案)

  • Type对应字段名的值,如:需要过滤的作者名



112
113
114
# File 'lib/v20220805/models.rb', line 112

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



119
120
121
122
# File 'lib/v20220805/models.rb', line 119

def deserialize(params)
  @Type = params['Type']
  @Value = params['Value']
end