Class: TencentCloud::Batch::V20170312::RedirectLocalInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170312/models.rb

Overview

本地重定向信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(stdoutlocalpath = nil, stderrlocalpath = nil, stdoutlocalfilename = nil, stderrlocalfilename = nil) ⇒ RedirectLocalInfo



3415
3416
3417
3418
3419
3420
# File 'lib/v20170312/models.rb', line 3415

def initialize(stdoutlocalpath=nil, stderrlocalpath=nil, stdoutlocalfilename=nil, stderrlocalfilename=nil)
  @StdoutLocalPath = stdoutlocalpath
  @StderrLocalPath = stderrlocalpath
  @StdoutLocalFileName = stdoutlocalfilename
  @StderrLocalFileName = stderrlocalfilename
end

Instance Attribute Details

#StderrLocalFileNameObject



3413
3414
3415
# File 'lib/v20170312/models.rb', line 3413

def StderrLocalFileName
  @StderrLocalFileName
end

#StderrLocalPathObject



3413
3414
3415
# File 'lib/v20170312/models.rb', line 3413

def StderrLocalPath
  @StderrLocalPath
end

#StdoutLocalFileNameObject



3413
3414
3415
# File 'lib/v20170312/models.rb', line 3413

def StdoutLocalFileName
  @StdoutLocalFileName
end

#StdoutLocalPathObject



3413
3414
3415
# File 'lib/v20170312/models.rb', line 3413

def StdoutLocalPath
  @StdoutLocalPath
end

Instance Method Details

#deserialize(params) ⇒ Object



3422
3423
3424
3425
3426
3427
# File 'lib/v20170312/models.rb', line 3422

def deserialize(params)
  @StdoutLocalPath = params['StdoutLocalPath']
  @StderrLocalPath = params['StderrLocalPath']
  @StdoutLocalFileName = params['StdoutLocalFileName']
  @StderrLocalFileName = params['StderrLocalFileName']
end