Class: TencentCloud::Sqlserver::V20180328::DealInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DealInfo
- Defined in:
- lib/v20180328/models.rb
Overview
订单信息
Instance Attribute Summary collapse
- #Count ⇒ Object
- #DealName ⇒ Object
- #FlowId ⇒ Object
- #InstanceChargeType ⇒ Object
- #InstanceIdSet ⇒ Object
- #OwnerUin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealname = nil, count = nil, flowid = nil, instanceidset = nil, owneruin = nil, instancechargetype = nil) ⇒ DealInfo
constructor
A new instance of DealInfo.
Constructor Details
#initialize(dealname = nil, count = nil, flowid = nil, instanceidset = nil, owneruin = nil, instancechargetype = nil) ⇒ DealInfo
Returns a new instance of DealInfo.
2775 2776 2777 2778 2779 2780 2781 2782 |
# File 'lib/v20180328/models.rb', line 2775 def initialize(dealname=nil, count=nil, flowid=nil, instanceidset=nil, owneruin=nil, instancechargetype=nil) @DealName = dealname @Count = count @FlowId = flowid @InstanceIdSet = instanceidset @OwnerUin = owneruin @InstanceChargeType = instancechargetype end |
Instance Attribute Details
#Count ⇒ Object
2773 2774 2775 |
# File 'lib/v20180328/models.rb', line 2773 def Count @Count end |
#DealName ⇒ Object
2773 2774 2775 |
# File 'lib/v20180328/models.rb', line 2773 def DealName @DealName end |
#FlowId ⇒ Object
2773 2774 2775 |
# File 'lib/v20180328/models.rb', line 2773 def FlowId @FlowId end |
#InstanceChargeType ⇒ Object
2773 2774 2775 |
# File 'lib/v20180328/models.rb', line 2773 def InstanceChargeType @InstanceChargeType end |
#InstanceIdSet ⇒ Object
2773 2774 2775 |
# File 'lib/v20180328/models.rb', line 2773 def InstanceIdSet @InstanceIdSet end |
#OwnerUin ⇒ Object
2773 2774 2775 |
# File 'lib/v20180328/models.rb', line 2773 def OwnerUin @OwnerUin end |
Instance Method Details
#deserialize(params) ⇒ Object
2784 2785 2786 2787 2788 2789 2790 2791 |
# File 'lib/v20180328/models.rb', line 2784 def deserialize(params) @DealName = params['DealName'] @Count = params['Count'] @FlowId = params['FlowId'] @InstanceIdSet = params['InstanceIdSet'] @OwnerUin = params['OwnerUin'] @InstanceChargeType = params['InstanceChargeType'] end |