Class: TencentCloud::Dlc::V20210125::OpendThirdAccessUserInfo

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

Overview

开通了第三方访问的用户信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, uin = nil, appid = nil, createtime = nil) ⇒ OpendThirdAccessUserInfo



13060
13061
13062
13063
13064
13065
# File 'lib/v20210125/models.rb', line 13060

def initialize(id=nil, uin=nil, appid=nil, createtime=nil)
  @Id = id
  @Uin = uin
  @AppId = appid
  @CreateTime = createtime
end

Instance Attribute Details

#AppIdObject



13058
13059
13060
# File 'lib/v20210125/models.rb', line 13058

def AppId
  @AppId
end

#CreateTimeObject



13058
13059
13060
# File 'lib/v20210125/models.rb', line 13058

def CreateTime
  @CreateTime
end

#IdObject



13058
13059
13060
# File 'lib/v20210125/models.rb', line 13058

def Id
  @Id
end

#UinObject



13058
13059
13060
# File 'lib/v20210125/models.rb', line 13058

def Uin
  @Uin
end

Instance Method Details

#deserialize(params) ⇒ Object



13067
13068
13069
13070
13071
13072
# File 'lib/v20210125/models.rb', line 13067

def deserialize(params)
  @Id = params['Id']
  @Uin = params['Uin']
  @AppId = params['AppId']
  @CreateTime = params['CreateTime']
end