Class: TencentCloud::Iotcloud::V20210408::CLSLogItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::CLSLogItem
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20210408/models.rb
Overview
CLS日志
Instance Attribute Summary collapse
- #Content ⇒ Object
- #DeviceName ⇒ Object
- #ProductId ⇒ Object
- #RequestId ⇒ Object
- #Result ⇒ Object
- #Scene ⇒ Object
- #Time ⇒ Object
- #Userid ⇒ Object
- #UserId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(content = nil, devicename = nil, productid = nil, requestid = nil, result = nil, scene = nil, time = nil, userid = nil) ⇒ CLSLogItem
constructor
A new instance of CLSLogItem.
Constructor Details
#initialize(content = nil, devicename = nil, productid = nil, requestid = nil, result = nil, scene = nil, time = nil, userid = nil) ⇒ CLSLogItem
Returns a new instance of CLSLogItem.
265 266 267 268 269 270 271 272 273 274 |
# File 'lib/v20210408/models.rb', line 265 def initialize(content=nil, devicename=nil, productid=nil, requestid=nil, result=nil, scene=nil, time=nil, userid=nil) @Content = content @DeviceName = devicename @ProductId = productid @RequestId = requestid @Result = result @Scene = scene @Time = time @UserId = userid end |
Instance Attribute Details
#Content ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def Content @Content end |
#DeviceName ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def DeviceName @DeviceName end |
#ProductId ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def ProductId @ProductId end |
#RequestId ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def RequestId @RequestId end |
#Result ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def Result @Result end |
#Scene ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def Scene @Scene end |
#Time ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def Time @Time end |
#Userid ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def Userid @Userid end |
#UserId ⇒ Object
260 261 262 |
# File 'lib/v20210408/models.rb', line 260 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
276 277 278 279 280 281 282 283 284 285 |
# File 'lib/v20210408/models.rb', line 276 def deserialize(params) @Content = params['Content'] @DeviceName = params['DeviceName'] @ProductId = params['ProductId'] @RequestId = params['RequestId'] @Result = params['Result'] @Scene = params['Scene'] @Time = params['Time'] @UserId = params['UserId'] end |