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.



2972
2973
2974
2975
2976
2977
2978
# File 'lib/v20191118/models.rb', line 2972

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



2970
2971
2972
# File 'lib/v20191118/models.rb', line 2970

def AndroidAppId
  @AndroidAppId
end

#AndroidAppVersionObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



2970
2971
2972
# File 'lib/v20191118/models.rb', line 2970

def AndroidAppVersion
  @AndroidAppVersion
end

#AndroidAppVersionNameObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



2970
2971
2972
# File 'lib/v20191118/models.rb', line 2970

def AndroidAppVersionName
  @AndroidAppVersionName
end

#CommandObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



2970
2971
2972
# File 'lib/v20191118/models.rb', line 2970

def Command
  @Command
end

#UninstallCommandObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • AndroidAppVersion:

    安卓应用版本 Id

  • AndroidAppVersionName:

    安卓应用版本名称

  • Command:

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

  • UninstallCommand:

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



2970
2971
2972
# File 'lib/v20191118/models.rb', line 2970

def UninstallCommand
  @UninstallCommand
end

Instance Method Details

#deserialize(params) ⇒ Object



2980
2981
2982
2983
2984
2985
2986
# File 'lib/v20191118/models.rb', line 2980

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