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.



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

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 高级模式下 才会生效)



3254
3255
3256
# File 'lib/v20191118/models.rb', line 3254

def AndroidAppId
  @AndroidAppId
end

#AndroidAppVersionObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



3254
3255
3256
# File 'lib/v20191118/models.rb', line 3254

def AndroidAppVersion
  @AndroidAppVersion
end

#AndroidAppVersionNameObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



3254
3255
3256
# File 'lib/v20191118/models.rb', line 3254

def AndroidAppVersionName
  @AndroidAppVersionName
end

#CommandObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



3254
3255
3256
# File 'lib/v20191118/models.rb', line 3254

def Command
  @Command
end

#UninstallCommandObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



3254
3255
3256
# File 'lib/v20191118/models.rb', line 3254

def UninstallCommand
  @UninstallCommand
end

Instance Method Details

#deserialize(params) ⇒ Object



3264
3265
3266
3267
3268
3269
3270
# File 'lib/v20191118/models.rb', line 3264

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