Class: TencentCloud::Cwp::V20180228::CommandLine

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

Overview

命令行内容

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CmdlineObject

Parameters:

  • Exe:

    路径,需要base64加密

  • Cmdline:

    命令行,需要base64加密



5335
5336
5337
# File 'lib/v20180228/models.rb', line 5335

def Cmdline
  @Cmdline
end

#ExeObject

Parameters:

  • Exe:

    路径,需要base64加密

  • Cmdline:

    命令行,需要base64加密



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