Class: TencentCloud::Emr::V20190103::ScaleOutClusterResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ScaleOutClusterResponse
- Defined in:
- lib/v20190103/models.rb
Overview
ScaleOutCluster返回参数结构体
Instance Attribute Summary collapse
-
#BillId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ClientToken ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#DealNames ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FlowId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TraceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, clienttoken = nil, flowid = nil, traceid = nil, dealnames = nil, billid = nil, requestid = nil) ⇒ ScaleOutClusterResponse
constructor
A new instance of ScaleOutClusterResponse.
Constructor Details
#initialize(instanceid = nil, clienttoken = nil, flowid = nil, traceid = nil, dealnames = nil, billid = nil, requestid = nil) ⇒ ScaleOutClusterResponse
Returns a new instance of ScaleOutClusterResponse.
12754 12755 12756 12757 12758 12759 12760 12761 12762 |
# File 'lib/v20190103/models.rb', line 12754 def initialize(instanceid=nil, clienttoken=nil, flowid=nil, traceid=nil, dealnames=nil, billid=nil, requestid=nil) @InstanceId = instanceid @ClientToken = clienttoken @FlowId = flowid @TraceId = traceid @DealNames = dealnames @BillId = billid @RequestId = requestid end |
Instance Attribute Details
#BillId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12752 12753 12754 |
# File 'lib/v20190103/models.rb', line 12752 def BillId @BillId end |
#ClientToken ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12752 12753 12754 |
# File 'lib/v20190103/models.rb', line 12752 def ClientToken @ClientToken end |
#DealNames ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12752 12753 12754 |
# File 'lib/v20190103/models.rb', line 12752 def DealNames @DealNames end |
#FlowId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12752 12753 12754 |
# File 'lib/v20190103/models.rb', line 12752 def FlowId @FlowId end |
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12752 12753 12754 |
# File 'lib/v20190103/models.rb', line 12752 def InstanceId @InstanceId end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12752 12753 12754 |
# File 'lib/v20190103/models.rb', line 12752 def RequestId @RequestId end |
#TraceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12752 12753 12754 |
# File 'lib/v20190103/models.rb', line 12752 def TraceId @TraceId end |
Instance Method Details
#deserialize(params) ⇒ Object
12764 12765 12766 12767 12768 12769 12770 12771 12772 |
# File 'lib/v20190103/models.rb', line 12764 def deserialize(params) @InstanceId = params['InstanceId'] @ClientToken = params['ClientToken'] @FlowId = params['FlowId'] @TraceId = params['TraceId'] @DealNames = params['DealNames'] @BillId = params['BillId'] @RequestId = params['RequestId'] end |