Class: TencentCloud::Gs::V20191118::ModifyAndroidAppVersionRequest

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

Overview

ModifyAndroidAppVersion请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(androidappid = nil, androidappversion = nil, androidappversionname = nil, command = nil, uninstallcommand = nil) ⇒ ModifyAndroidAppVersionRequest

Returns a new instance of ModifyAndroidAppVersionRequest.



3246
3247
3248
3249
3250
3251
3252
# File 'lib/v20191118/models.rb', line 3246

def initialize(androidappid=nil, androidappversion=nil, androidappversionname=nil, command=nil, uninstallcommand=nil)
  @AndroidAppId = androidappid
  @AndroidAppVersion = androidappversion
  @AndroidAppVersionName = androidappversionname
  @Command = command
  @UninstallCommand = uninstallcommand
end

Instance Attribute Details

#AndroidAppIdObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

    应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)

  • UninstallCommand:

    应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)



3244
3245
3246
# File 'lib/v20191118/models.rb', line 3244

def AndroidAppId
  @AndroidAppId
end

#AndroidAppVersionObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

    应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)

  • UninstallCommand:

    应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)



3244
3245
3246
# File 'lib/v20191118/models.rb', line 3244

def AndroidAppVersion
  @AndroidAppVersion
end

#AndroidAppVersionNameObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

    应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)

  • UninstallCommand:

    应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)



3244
3245
3246
# File 'lib/v20191118/models.rb', line 3244

def AndroidAppVersionName
  @AndroidAppVersionName
end

#CommandObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

    应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)

  • UninstallCommand:

    应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)



3244
3245
3246
# File 'lib/v20191118/models.rb', line 3244

def Command
  @Command
end

#UninstallCommandObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

    应用 shell 安装命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)

  • UninstallCommand:

    应用 shell 卸载命令(支持多条命令执行,通过 && 组合;只在应用 AppMode 为 ADVANCED 高级模式下 才会生效)



3244
3245
3246
# File 'lib/v20191118/models.rb', line 3244

def UninstallCommand
  @UninstallCommand
end

Instance Method Details

#deserialize(params) ⇒ Object



3254
3255
3256
3257
3258
3259
3260
# File 'lib/v20191118/models.rb', line 3254

def deserialize(params)
  @AndroidAppId = params['AndroidAppId']
  @AndroidAppVersion = params['AndroidAppVersion']
  @AndroidAppVersionName = params['AndroidAppVersionName']
  @Command = params['Command']
  @UninstallCommand = params['UninstallCommand']
end