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
Returns a new instance of RedirectLocalInfo.
3411 3412 3413 3414 3415 3416 |
# File 'lib/v20170312/models.rb', line 3411 def initialize(stdoutlocalpath=nil, stderrlocalpath=nil, stdoutlocalfilename=nil, stderrlocalfilename=nil) @StdoutLocalPath = stdoutlocalpath @StderrLocalPath = stderrlocalpath @StdoutLocalFileName = stdoutlocalfilename @StderrLocalFileName = stderrlocalfilename end |
Instance Attribute Details
#StderrLocalFileName ⇒ Object
3409 3410 3411 |
# File 'lib/v20170312/models.rb', line 3409 def StderrLocalFileName @StderrLocalFileName end |
#StderrLocalPath ⇒ Object
3409 3410 3411 |
# File 'lib/v20170312/models.rb', line 3409 def StderrLocalPath @StderrLocalPath end |
#StdoutLocalFileName ⇒ Object
3409 3410 3411 |
# File 'lib/v20170312/models.rb', line 3409 def StdoutLocalFileName @StdoutLocalFileName end |
#StdoutLocalPath ⇒ Object
3409 3410 3411 |
# File 'lib/v20170312/models.rb', line 3409 def StdoutLocalPath @StdoutLocalPath end |
Instance Method Details
#deserialize(params) ⇒ Object
3418 3419 3420 3421 3422 3423 |
# File 'lib/v20170312/models.rb', line 3418 def deserialize(params) @StdoutLocalPath = params['StdoutLocalPath'] @StderrLocalPath = params['StderrLocalPath'] @StdoutLocalFileName = params['StdoutLocalFileName'] @StderrLocalFileName = params['StderrLocalFileName'] end |