Class: TencentCloud::Gs::V20191118::ModifyAndroidAppRequest

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

Overview

ModifyAndroidApp请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(androidappid = nil, name = nil, userid = nil) ⇒ ModifyAndroidAppRequest

Returns a new instance of ModifyAndroidAppRequest.



2928
2929
2930
2931
2932
# File 'lib/v20191118/models.rb', line 2928

def initialize(androidappid=nil, name=nil, userid=nil)
  @AndroidAppId = androidappid
  @Name = name
  @UserId = userid
end

Instance Attribute Details

#AndroidAppIdObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • Name:

    安卓应用名称

  • UserId:

    用户 Id



2926
2927
2928
# File 'lib/v20191118/models.rb', line 2926

def AndroidAppId
  @AndroidAppId
end

#NameObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • Name:

    安卓应用名称

  • UserId:

    用户 Id



2926
2927
2928
# File 'lib/v20191118/models.rb', line 2926

def Name
  @Name
end

#UserIdObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • Name:

    安卓应用名称

  • UserId:

    用户 Id



2926
2927
2928
# File 'lib/v20191118/models.rb', line 2926

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



2934
2935
2936
2937
2938
# File 'lib/v20191118/models.rb', line 2934

def deserialize(params)
  @AndroidAppId = params['AndroidAppId']
  @Name = params['Name']
  @UserId = params['UserId']
end