Class: TencentCloud::Emr::V20190103::ModifyPodNumResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ModifyPodNumResponse
- Defined in:
- lib/v20190103/models.rb
Overview
ModifyPodNum返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, flowid = nil, requestid = nil) ⇒ ModifyPodNumResponse
constructor
A new instance of ModifyPodNumResponse.
Constructor Details
#initialize(instanceid = nil, flowid = nil, requestid = nil) ⇒ ModifyPodNumResponse
Returns a new instance of ModifyPodNumResponse.
8913 8914 8915 8916 8917 |
# File 'lib/v20190103/models.rb', line 8913 def initialize(instanceid=nil, flowid=nil, requestid=nil) @InstanceId = instanceid @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
8911 8912 8913 |
# File 'lib/v20190103/models.rb', line 8911 def FlowId @FlowId end |
#InstanceId ⇒ Object
8911 8912 8913 |
# File 'lib/v20190103/models.rb', line 8911 def InstanceId @InstanceId end |
#RequestId ⇒ Object
8911 8912 8913 |
# File 'lib/v20190103/models.rb', line 8911 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8919 8920 8921 8922 8923 |
# File 'lib/v20190103/models.rb', line 8919 def deserialize(params) @InstanceId = params['InstanceId'] @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |