Class: TencentCloud::Emr::V20190103::ModifyResourceSchedulerRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ModifyResourceSchedulerRequest
- Defined in:
- lib/v20190103/models.rb
Overview
ModifyResourceScheduler请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, oldvalue = nil, newvalue = nil) ⇒ ModifyResourceSchedulerRequest
constructor
A new instance of ModifyResourceSchedulerRequest.
Constructor Details
#initialize(instanceid = nil, oldvalue = nil, newvalue = nil) ⇒ ModifyResourceSchedulerRequest
Returns a new instance of ModifyResourceSchedulerRequest.
9095 9096 9097 9098 9099 |
# File 'lib/v20190103/models.rb', line 9095 def initialize(instanceid=nil, oldvalue=nil, newvalue=nil) @InstanceId = instanceid @OldValue = oldvalue @NewValue = newvalue end |
Instance Attribute Details
#InstanceId ⇒ Object
9093 9094 9095 |
# File 'lib/v20190103/models.rb', line 9093 def InstanceId @InstanceId end |
#NewValue ⇒ Object
9093 9094 9095 |
# File 'lib/v20190103/models.rb', line 9093 def NewValue @NewValue end |
#OldValue ⇒ Object
9093 9094 9095 |
# File 'lib/v20190103/models.rb', line 9093 def OldValue @OldValue end |
Instance Method Details
#deserialize(params) ⇒ Object
9101 9102 9103 9104 9105 |
# File 'lib/v20190103/models.rb', line 9101 def deserialize(params) @InstanceId = params['InstanceId'] @OldValue = params['OldValue'] @NewValue = params['NewValue'] end |