class TencentCloud::Emr::V20190103::StartStopServiceOrMonitorRequest

StartStopServiceOrMonitor请求参数结构体

def deserialize(params)

def deserialize(params)
  @InstanceId = params['InstanceId']
  @OpType = params['OpType']
  unless params['OpScope'].nil?
    @OpScope = OpScope.new
    @OpScope.deserialize(params['OpScope'])
  end
end

def initialize(instanceid=nil, optype=nil, opscope=nil)

def initialize(instanceid=nil, optype=nil, opscope=nil)
  @InstanceId = instanceid
  @OpType = optype
  @OpScope = opscope
end