Class: TencentCloud::Ckafka::V20190819::SaleInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::SaleInfo
- Defined in:
- lib/v20190819/models.rb
Overview
各版本销售信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flag = nil, version = nil, platform = nil, soldout = nil) ⇒ SaleInfo
constructor
A new instance of SaleInfo.
Constructor Details
#initialize(flag = nil, version = nil, platform = nil, soldout = nil) ⇒ SaleInfo
Returns a new instance of SaleInfo.
11237 11238 11239 11240 11241 11242 |
# File 'lib/v20190819/models.rb', line 11237 def initialize(flag=nil, version=nil, platform=nil, soldout=nil) @Flag = flag @Version = version @Platform = platform @SoldOut = soldout end |
Instance Attribute Details
#Flag ⇒ Object
11235 11236 11237 |
# File 'lib/v20190819/models.rb', line 11235 def Flag @Flag end |
#Platform ⇒ Object
11235 11236 11237 |
# File 'lib/v20190819/models.rb', line 11235 def Platform @Platform end |
#SoldOut ⇒ Object
11235 11236 11237 |
# File 'lib/v20190819/models.rb', line 11235 def SoldOut @SoldOut end |
#Version ⇒ Object
11235 11236 11237 |
# File 'lib/v20190819/models.rb', line 11235 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
11244 11245 11246 11247 11248 11249 |
# File 'lib/v20190819/models.rb', line 11244 def deserialize(params) @Flag = params['Flag'] @Version = params['Version'] @Platform = params['Platform'] @SoldOut = params['SoldOut'] end |