class TencentCloud::Emr::V20190103::ModifyInspectionSettingsRequest

def initialize(instanceid=nil, type=nil, settings=nil, starttime=nil, endtime=nil, strategy=nil, clock=nil, dayofweek=nil, dayofmonth=nil, jobid=nil)

def initialize(instanceid=nil, type=nil, settings=nil, starttime=nil, endtime=nil, strategy=nil, clock=nil, dayofweek=nil, dayofmonth=nil, jobid=nil)
  @InstanceId = instanceid
  @Type = type
  @Settings = settings
  @StartTime = starttime
  @EndTime = endtime
  @Strategy = strategy
  @Clock = clock
  @DayOfWeek = dayofweek
  @DayOfMonth = dayofmonth
  @JobId = jobid
end