Class: TencentCloud::Iotcloud::V20210408::DeleteDeviceShadowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DeleteDeviceShadowResponse
- Defined in:
- lib/v20210408/models.rb
Overview
DeleteDeviceShadow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteDeviceShadowResponse
constructor
A new instance of DeleteDeviceShadowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteDeviceShadowResponse
Returns a new instance of DeleteDeviceShadowResponse.
870 871 872 |
# File 'lib/v20210408/models.rb', line 870 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
868 869 870 |
# File 'lib/v20210408/models.rb', line 868 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
874 875 876 |
# File 'lib/v20210408/models.rb', line 874 def deserialize(params) @RequestId = params['RequestId'] end |