Class: TencentCloud::Iotcloud::V20210408::UpdateDeviceLogLevelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::UpdateDeviceLogLevelResponse
- Defined in:
- lib/v20210408/models.rb
Overview
UpdateDeviceLogLevel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateDeviceLogLevelResponse
constructor
A new instance of UpdateDeviceLogLevelResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateDeviceLogLevelResponse
Returns a new instance of UpdateDeviceLogLevelResponse.
4438 4439 4440 |
# File 'lib/v20210408/models.rb', line 4438 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4436 4437 4438 |
# File 'lib/v20210408/models.rb', line 4436 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4442 4443 4444 |
# File 'lib/v20210408/models.rb', line 4442 def deserialize(params) @RequestId = params['RequestId'] end |