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.



3202
3203
3204
3205
3206
# File 'lib/v20191118/models.rb', line 3202

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



3200
3201
3202
# File 'lib/v20191118/models.rb', line 3200

def AndroidAppId
  @AndroidAppId
end

#NameObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • Name:

    安卓应用名称

  • UserId:

    用户 Id



3200
3201
3202
# File 'lib/v20191118/models.rb', line 3200

def Name
  @Name
end

#UserIdObject

Parameters:

  • AndroidAppId:

    安卓应用 Id

  • Name:

    安卓应用名称

  • UserId:

    用户 Id



3200
3201
3202
# File 'lib/v20191118/models.rb', line 3200

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



3208
3209
3210
3211
3212
# File 'lib/v20191118/models.rb', line 3208

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