Class: TencentCloud::Dbbrain::V20210527::ReceiveUin
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::ReceiveUin
- Defined in:
- lib/v20210527/models.rb
Overview
接收用户
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uinname = nil, uin = nil) ⇒ ReceiveUin
constructor
A new instance of ReceiveUin.
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
#Uin ⇒ Object
6761 6762 6763 |
# File 'lib/v20210527/models.rb', line 6761 def Uin @Uin end |
#UinName ⇒ Object
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 |