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.
5337 5338 5339 5340 |
# File 'lib/v20180228/models.rb', line 5337 def initialize(exe=nil, cmdline=nil) @Exe = exe @Cmdline = cmdline end |
Instance Attribute Details
#Cmdline ⇒ Object
5335 5336 5337 |
# File 'lib/v20180228/models.rb', line 5335 def Cmdline @Cmdline end |
#Exe ⇒ Object
5335 5336 5337 |
# File 'lib/v20180228/models.rb', line 5335 def Exe @Exe end |
Instance Method Details
#deserialize(params) ⇒ Object
5342 5343 5344 5345 |
# File 'lib/v20180228/models.rb', line 5342 def deserialize(params) @Exe = params['Exe'] @Cmdline = params['Cmdline'] end |