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.



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

#CmdlineObject

Parameters:

  • Exe:

    路径,需要base64加密

  • Cmdline:

    命令行,需要base64加密



5360
5361
5362
# File 'lib/v20180228/models.rb', line 5360

def Cmdline
  @Cmdline
end

#ExeObject

Parameters:

  • Exe:

    路径,需要base64加密

  • Cmdline:

    命令行,需要base64加密



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