Class: TencentCloud::Postgres::V20170312::PgDeal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::PgDeal
- Defined in:
- lib/v20170312/models.rb
Overview
订单详情
Instance Attribute Summary collapse
- #Count ⇒ Object
- #DBInstanceIdSet ⇒ Object
- #DealName ⇒ Object
- #FlowId ⇒ Object
- #OwnerUin ⇒ Object
- #PayMode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealname = nil, owneruin = nil, count = nil, paymode = nil, flowid = nil, dbinstanceidset = nil) ⇒ PgDeal
constructor
A new instance of PgDeal.
Constructor Details
#initialize(dealname = nil, owneruin = nil, count = nil, paymode = nil, flowid = nil, dbinstanceidset = nil) ⇒ PgDeal
Returns a new instance of PgDeal.
6704 6705 6706 6707 6708 6709 6710 6711 |
# File 'lib/v20170312/models.rb', line 6704 def initialize(dealname=nil, owneruin=nil, count=nil, paymode=nil, flowid=nil, dbinstanceidset=nil) @DealName = dealname @OwnerUin = owneruin @Count = count @PayMode = paymode @FlowId = flowid @DBInstanceIdSet = dbinstanceidset end |
Instance Attribute Details
#Count ⇒ Object
6702 6703 6704 |
# File 'lib/v20170312/models.rb', line 6702 def Count @Count end |
#DBInstanceIdSet ⇒ Object
6702 6703 6704 |
# File 'lib/v20170312/models.rb', line 6702 def DBInstanceIdSet @DBInstanceIdSet end |
#DealName ⇒ Object
6702 6703 6704 |
# File 'lib/v20170312/models.rb', line 6702 def DealName @DealName end |
#FlowId ⇒ Object
6702 6703 6704 |
# File 'lib/v20170312/models.rb', line 6702 def FlowId @FlowId end |
#OwnerUin ⇒ Object
6702 6703 6704 |
# File 'lib/v20170312/models.rb', line 6702 def OwnerUin @OwnerUin end |
#PayMode ⇒ Object
6702 6703 6704 |
# File 'lib/v20170312/models.rb', line 6702 def PayMode @PayMode end |
Instance Method Details
#deserialize(params) ⇒ Object
6713 6714 6715 6716 6717 6718 6719 6720 |
# File 'lib/v20170312/models.rb', line 6713 def deserialize(params) @DealName = params['DealName'] @OwnerUin = params['OwnerUin'] @Count = params['Count'] @PayMode = params['PayMode'] @FlowId = params['FlowId'] @DBInstanceIdSet = params['DBInstanceIdSet'] end |