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.
9043 9044 9045 9046 9047 |
# File 'lib/v20190103/models.rb', line 9043 def initialize(instanceid=nil, key=nil, value=nil) @InstanceId = instanceid @Key = key @Value = value end |
Instance Attribute Details
#InstanceId ⇒ Object
9041 9042 9043 |
# File 'lib/v20190103/models.rb', line 9041 def InstanceId @InstanceId end |
#Key ⇒ Object
9041 9042 9043 |
# File 'lib/v20190103/models.rb', line 9041 def Key @Key end |
#Value ⇒ Object
9041 9042 9043 |
# File 'lib/v20190103/models.rb', line 9041 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
9049 9050 9051 9052 9053 |
# File 'lib/v20190103/models.rb', line 9049 def deserialize(params) @InstanceId = params['InstanceId'] @Key = params['Key'] @Value = params['Value'] end |