Class: TencentCloud::Dbbrain::V20210527::ReceiveUin

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

Overview

接收用户

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uinname = nil, uin = nil) ⇒ ReceiveUin

Returns a new instance of ReceiveUin.



6763
6764
6765
6766
# File 'lib/v20210527/models.rb', line 6763

def initialize(uinname=nil, uin=nil)
  @UinName = uinname
  @Uin = uin
end

Instance Attribute Details

#UinObject

Parameters:

  • UinName:

    用户名

  • Uin:

    用户id



6761
6762
6763
# File 'lib/v20210527/models.rb', line 6761

def Uin
  @Uin
end

#UinNameObject

Parameters:

  • UinName:

    用户名

  • Uin:

    用户id



6761
6762
6763
# File 'lib/v20210527/models.rb', line 6761

def UinName
  @UinName
end

Instance Method Details

#deserialize(params) ⇒ Object



6768
6769
6770
6771
# File 'lib/v20210527/models.rb', line 6768

def deserialize(params)
  @UinName = params['UinName']
  @Uin = params['Uin']
end