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']
end