class TencentCloud::Emr::V20190103::PreExecuteFileSettings

预执行脚本配置

def deserialize(params)

def deserialize(params)
  @Path = params['Path']
  @Args = params['Args']
  @Bucket = params['Bucket']
  @Region = params['Region']
  @Domain = params['Domain']
  @RunOrder = params['RunOrder']
  @WhenRun = params['WhenRun']
  @CosFileName = params['CosFileName']
  @CosFileURI = params['CosFileURI']
  @CosSecretId = params['CosSecretId']
  @CosSecretKey = params['CosSecretKey']
  @AppId = params['AppId']
  @Remark = params['Remark']
end

def initialize(path=nil, args=nil, bucket=nil, region=nil, domain=nil, runorder=nil, whenrun=nil, cosfilename=nil, cosfileuri=nil, cossecretid=nil, cossecretkey=nil, appid=nil, remark=nil)

def initialize(path=nil, args=nil, bucket=nil, region=nil, domain=nil, runorder=nil, whenrun=nil, cosfilename=nil, cosfileuri=nil, cossecretid=nil, cossecretkey=nil, appid=nil, remark=nil)
  @Path = path
  @Args = args
  @Bucket = bucket
  @Region = region
  @Domain = domain
  @RunOrder = runorder
  @WhenRun = whenrun
  @CosFileName = cosfilename
  @CosFileURI = cosfileuri
  @CosSecretId = cossecretid
  @CosSecretKey = cossecretkey
  @AppId = appid
  @Remark = remark
end