Class: TencentCloud::Apcas::V20201127::LabelValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apcas::V20201127::LabelValue
- Defined in:
- lib/v20201127/models.rb
Overview
标签数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(proportion = nil, market = nil, tgi = nil) ⇒ LabelValue
constructor
A new instance of LabelValue.
Constructor Details
#initialize(proportion = nil, market = nil, tgi = nil) ⇒ LabelValue
255 256 257 258 259 |
# File 'lib/v20201127/models.rb', line 255 def initialize(proportion=nil, market=nil, tgi=nil) @Proportion = proportion @Market = market @Tgi = tgi end |
Instance Attribute Details
#Market ⇒ Object
253 254 255 |
# File 'lib/v20201127/models.rb', line 253 def Market @Market end |
#Proportion ⇒ Object
253 254 255 |
# File 'lib/v20201127/models.rb', line 253 def Proportion @Proportion end |
#Tgi ⇒ Object
253 254 255 |
# File 'lib/v20201127/models.rb', line 253 def Tgi @Tgi end |
Instance Method Details
#deserialize(params) ⇒ Object
261 262 263 264 265 |
# File 'lib/v20201127/models.rb', line 261 def deserialize(params) @Proportion = params['Proportion'] @Market = params['Market'] @Tgi = params['Tgi'] end |