Class: TencentCloud::Batch::V20170312::RedirectLocalInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::RedirectLocalInfo
- Defined in:
- lib/v20170312/models.rb
Overview
本地重定向信息
Instance Attribute Summary collapse
- #StderrLocalFileName ⇒ Object
- #StderrLocalPath ⇒ Object
- #StdoutLocalFileName ⇒ Object
- #StdoutLocalPath ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stdoutlocalpath = nil, stderrlocalpath = nil, stdoutlocalfilename = nil, stderrlocalfilename = nil) ⇒ RedirectLocalInfo
constructor
A new instance of RedirectLocalInfo.
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
#StderrLocalFileName ⇒ Object
3413 3414 3415 |
# File 'lib/v20170312/models.rb', line 3413 def StderrLocalFileName @StderrLocalFileName end |
#StderrLocalPath ⇒ Object
3413 3414 3415 |
# File 'lib/v20170312/models.rb', line 3413 def StderrLocalPath @StderrLocalPath end |
#StdoutLocalFileName ⇒ Object
3413 3414 3415 |
# File 'lib/v20170312/models.rb', line 3413 def StdoutLocalFileName @StdoutLocalFileName end |
#StdoutLocalPath ⇒ Object
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 |