Class: TencentCloud::Cwp::V20180228::CommandLine
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::CommandLine
- Defined in:
- lib/v20180228/models.rb
Overview
命令行内容
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(exe = nil, cmdline = nil) ⇒ CommandLine
constructor
A new instance of CommandLine.
Constructor Details
#initialize(exe = nil, cmdline = nil) ⇒ CommandLine
Returns a new instance of CommandLine.
5362 5363 5364 5365 |
# File 'lib/v20180228/models.rb', line 5362 def initialize(exe=nil, cmdline=nil) @Exe = exe @Cmdline = cmdline end |
Instance Attribute Details
#Cmdline ⇒ Object
5360 5361 5362 |
# File 'lib/v20180228/models.rb', line 5360 def Cmdline @Cmdline end |
#Exe ⇒ Object
5360 5361 5362 |
# File 'lib/v20180228/models.rb', line 5360 def Exe @Exe end |
Instance Method Details
#deserialize(params) ⇒ Object
5367 5368 5369 5370 |
# File 'lib/v20180228/models.rb', line 5367 def deserialize(params) @Exe = params['Exe'] @Cmdline = params['Cmdline'] end |