Class: TencentCloud::Rce::V20201103::OtherAccountInfo

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

Overview

其它账号信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountid = nil, mobilephone = nil, deviceid = nil) ⇒ OtherAccountInfo

Returns a new instance of OtherAccountInfo.



1104
1105
1106
1107
1108
# File 'lib/v20201103/models.rb', line 1104

def initialize(accountid=nil, mobilephone=nil, deviceid=nil)
  @AccountId = accountid
  @MobilePhone = mobilephone
  @DeviceId = deviceid
end

Instance Attribute Details

#AccountIdObject

AccountType是10004时,填入中国大陆标准11位手机号的MD5值AccountType是10005时,填入中国大陆标准11位手机号的SHA256值注释:MD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。SHA256手机号加密方式,使用中国大陆11位手机号进行SHA256加密,加密后取64位小写值。注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;

Parameters:

  • AccountId:

    其他账号信息;

  • MobilePhone:

    账号绑定的MD5或SHA256加密的手机号(该字段已不推荐使用)。

  • DeviceId:

    用户设备号(该字段已不推荐使用)。



1102
1103
1104
# File 'lib/v20201103/models.rb', line 1102

def AccountId
  @AccountId
end

#DeviceIdObject

AccountType是10004时,填入中国大陆标准11位手机号的MD5值AccountType是10005时,填入中国大陆标准11位手机号的SHA256值注释:MD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。SHA256手机号加密方式,使用中国大陆11位手机号进行SHA256加密,加密后取64位小写值。注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;

Parameters:

  • AccountId:

    其他账号信息;

  • MobilePhone:

    账号绑定的MD5或SHA256加密的手机号(该字段已不推荐使用)。

  • DeviceId:

    用户设备号(该字段已不推荐使用)。



1102
1103
1104
# File 'lib/v20201103/models.rb', line 1102

def DeviceId
  @DeviceId
end

#MobilePhoneObject

AccountType是10004时,填入中国大陆标准11位手机号的MD5值AccountType是10005时,填入中国大陆标准11位手机号的SHA256值注释:MD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。SHA256手机号加密方式,使用中国大陆11位手机号进行SHA256加密,加密后取64位小写值。注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;

Parameters:

  • AccountId:

    其他账号信息;

  • MobilePhone:

    账号绑定的MD5或SHA256加密的手机号(该字段已不推荐使用)。

  • DeviceId:

    用户设备号(该字段已不推荐使用)。



1102
1103
1104
# File 'lib/v20201103/models.rb', line 1102

def MobilePhone
  @MobilePhone
end

Instance Method Details

#deserialize(params) ⇒ Object



1110
1111
1112
1113
1114
# File 'lib/v20201103/models.rb', line 1110

def deserialize(params)
  @AccountId = params['AccountId']
  @MobilePhone = params['MobilePhone']
  @DeviceId = params['DeviceId']
end