Class: TencentCloud::Bizlive::V20190313::RegisterIMResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bizlive::V20190313::RegisterIMResponse
- Defined in:
- lib/v20190313/models.rb
Overview
RegisterIM返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(userkey = nil, requestid = nil) ⇒ RegisterIMResponse
constructor
A new instance of RegisterIMResponse.
Constructor Details
#initialize(userkey = nil, requestid = nil) ⇒ RegisterIMResponse
Returns a new instance of RegisterIMResponse.
298 299 300 301 |
# File 'lib/v20190313/models.rb', line 298 def initialize(userkey=nil, requestid=nil) @UserKey = userkey @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
296 297 298 |
# File 'lib/v20190313/models.rb', line 296 def RequestId @RequestId end |
#UserKey ⇒ Object
296 297 298 |
# File 'lib/v20190313/models.rb', line 296 def UserKey @UserKey end |
Instance Method Details
#deserialize(params) ⇒ Object
303 304 305 306 |
# File 'lib/v20190313/models.rb', line 303 def deserialize(params) @UserKey = params['UserKey'] @RequestId = params['RequestId'] end |