Class: TencentCloud::Mna::V20210119::OrderInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::OrderInfo
- Defined in:
- lib/v20210119/models.rb
Overview
返回上报的订单信息
Instance Attribute Summary collapse
- #OrderId ⇒ Object
- #PackageType ⇒ Object
- #ProjectId ⇒ Object
- #ReportMonth ⇒ Object
- #Uin ⇒ Object
- #Updated ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, projectid = nil, packagetype = nil, orderid = nil, reportmonth = nil, updated = nil) ⇒ OrderInfo
constructor
A new instance of OrderInfo.
Constructor Details
#initialize(uin = nil, projectid = nil, packagetype = nil, orderid = nil, reportmonth = nil, updated = nil) ⇒ OrderInfo
Returns a new instance of OrderInfo.
2443 2444 2445 2446 2447 2448 2449 2450 |
# File 'lib/v20210119/models.rb', line 2443 def initialize(uin=nil, projectid=nil, packagetype=nil, orderid=nil, reportmonth=nil, updated=nil) @Uin = uin @ProjectId = projectid @PackageType = packagetype @OrderId = orderid @ReportMonth = reportmonth @Updated = updated end |
Instance Attribute Details
#OrderId ⇒ Object
2441 2442 2443 |
# File 'lib/v20210119/models.rb', line 2441 def OrderId @OrderId end |
#PackageType ⇒ Object
2441 2442 2443 |
# File 'lib/v20210119/models.rb', line 2441 def PackageType @PackageType end |
#ProjectId ⇒ Object
2441 2442 2443 |
# File 'lib/v20210119/models.rb', line 2441 def ProjectId @ProjectId end |
#ReportMonth ⇒ Object
2441 2442 2443 |
# File 'lib/v20210119/models.rb', line 2441 def ReportMonth @ReportMonth end |
#Uin ⇒ Object
2441 2442 2443 |
# File 'lib/v20210119/models.rb', line 2441 def Uin @Uin end |
#Updated ⇒ Object
2441 2442 2443 |
# File 'lib/v20210119/models.rb', line 2441 def Updated @Updated end |
Instance Method Details
#deserialize(params) ⇒ Object
2452 2453 2454 2455 2456 2457 2458 2459 |
# File 'lib/v20210119/models.rb', line 2452 def deserialize(params) @Uin = params['Uin'] @ProjectId = params['ProjectId'] @PackageType = params['PackageType'] @OrderId = params['OrderId'] @ReportMonth = params['ReportMonth'] @Updated = params['Updated'] end |