Class: TencentCloud::Emr::V20190103::ModifyResourceScheduleConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ModifyResourceScheduleConfigRequest
- Defined in:
- lib/v20190103/models.rb
Overview
ModifyResourceScheduleConfig请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, key = nil, value = nil) ⇒ ModifyResourceScheduleConfigRequest
constructor
A new instance of ModifyResourceScheduleConfigRequest.
Constructor Details
#initialize(instanceid = nil, key = nil, value = nil) ⇒ ModifyResourceScheduleConfigRequest
Returns a new instance of ModifyResourceScheduleConfigRequest.
9004 9005 9006 9007 9008 |
# File 'lib/v20190103/models.rb', line 9004 def initialize(instanceid=nil, key=nil, value=nil) @InstanceId = instanceid @Key = key @Value = value end |
Instance Attribute Details
#InstanceId ⇒ Object
9002 9003 9004 |
# File 'lib/v20190103/models.rb', line 9002 def InstanceId @InstanceId end |
#Key ⇒ Object
9002 9003 9004 |
# File 'lib/v20190103/models.rb', line 9002 def Key @Key end |
#Value ⇒ Object
9002 9003 9004 |
# File 'lib/v20190103/models.rb', line 9002 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
9010 9011 9012 9013 9014 |
# File 'lib/v20190103/models.rb', line 9010 def deserialize(params) @InstanceId = params['InstanceId'] @Key = params['Key'] @Value = params['Value'] end |