Class: TencentCloud::Emr::V20190103::ScaleOutInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ScaleOutInstanceResponse
- Defined in:
- lib/v20190103/models.rb
Overview
ScaleOutInstance返回参数结构体
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, dealnames = nil, clienttoken = nil, flowid = nil, billid = nil, traceid = nil, requestid = nil) ⇒ ScaleOutInstanceResponse
constructor
A new instance of ScaleOutInstanceResponse.
Constructor Details
#initialize(instanceid = nil, dealnames = nil, clienttoken = nil, flowid = nil, billid = nil, traceid = nil, requestid = nil) ⇒ ScaleOutInstanceResponse
Returns a new instance of ScaleOutInstanceResponse.
12968 12969 12970 12971 12972 12973 12974 12975 12976 |
# File 'lib/v20190103/models.rb', line 12968 def initialize(instanceid=nil, dealnames=nil, clienttoken=nil, flowid=nil, billid=nil, traceid=nil, requestid=nil) @InstanceId = instanceid @DealNames = dealnames @ClientToken = clienttoken @FlowId = flowid @BillId = billid @TraceId = traceid @RequestId = requestid end |
Instance Attribute Details
#BillId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12966 12967 12968 |
# File 'lib/v20190103/models.rb', line 12966 def BillId @BillId end |
#ClientToken ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12966 12967 12968 |
# File 'lib/v20190103/models.rb', line 12966 def ClientToken @ClientToken end |
#DealNames ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12966 12967 12968 |
# File 'lib/v20190103/models.rb', line 12966 def DealNames @DealNames end |
#FlowId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12966 12967 12968 |
# File 'lib/v20190103/models.rb', line 12966 def FlowId @FlowId end |
#InstanceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12966 12967 12968 |
# File 'lib/v20190103/models.rb', line 12966 def InstanceId @InstanceId end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12966 12967 12968 |
# File 'lib/v20190103/models.rb', line 12966 def RequestId @RequestId end |
#TraceId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12966 12967 12968 |
# File 'lib/v20190103/models.rb', line 12966 def TraceId @TraceId end |
Instance Method Details
#deserialize(params) ⇒ Object
12978 12979 12980 12981 12982 12983 12984 12985 12986 |
# File 'lib/v20190103/models.rb', line 12978 def deserialize(params) @InstanceId = params['InstanceId'] @DealNames = params['DealNames'] @ClientToken = params['ClientToken'] @FlowId = params['FlowId'] @BillId = params['BillId'] @TraceId = params['TraceId'] @RequestId = params['RequestId'] end |