Class: TencentCloud::Dcdb::V20180411::Deal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::Deal
- Defined in:
- lib/v20180411/models.rb
Overview
订单信息
Instance Attribute Summary collapse
-
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#DealName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FlowId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#InstanceIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#OwnerUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PayMode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dealname = nil, owneruin = nil, count = nil, flowid = nil, instanceids = nil, paymode = nil) ⇒ Deal
constructor
A new instance of Deal.
Constructor Details
#initialize(dealname = nil, owneruin = nil, count = nil, flowid = nil, instanceids = nil, paymode = nil) ⇒ Deal
Returns a new instance of Deal.
1887 1888 1889 1890 1891 1892 1893 1894 |
# File 'lib/v20180411/models.rb', line 1887 def initialize(dealname=nil, owneruin=nil, count=nil, flowid=nil, instanceids=nil, paymode=nil) @DealName = dealname @OwnerUin = owneruin @Count = count @FlowId = flowid @InstanceIds = instanceids @PayMode = paymode end |
Instance Attribute Details
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1885 1886 1887 |
# File 'lib/v20180411/models.rb', line 1885 def Count @Count end |
#DealName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1885 1886 1887 |
# File 'lib/v20180411/models.rb', line 1885 def DealName @DealName end |
#FlowId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1885 1886 1887 |
# File 'lib/v20180411/models.rb', line 1885 def FlowId @FlowId end |
#InstanceIds ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1885 1886 1887 |
# File 'lib/v20180411/models.rb', line 1885 def InstanceIds @InstanceIds end |
#OwnerUin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1885 1886 1887 |
# File 'lib/v20180411/models.rb', line 1885 def OwnerUin @OwnerUin end |
#PayMode ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1885 1886 1887 |
# File 'lib/v20180411/models.rb', line 1885 def PayMode @PayMode end |
Instance Method Details
#deserialize(params) ⇒ Object
1896 1897 1898 1899 1900 1901 1902 1903 |
# File 'lib/v20180411/models.rb', line 1896 def deserialize(params) @DealName = params['DealName'] @OwnerUin = params['OwnerUin'] @Count = params['Count'] @FlowId = params['FlowId'] @InstanceIds = params['InstanceIds'] @PayMode = params['PayMode'] end |