Class: TencentCloud::Iotexplorer::V20190423::DeleteLoRaGatewayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteLoRaGatewayResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteLoRaGateway返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteLoRaGatewayResponse
constructor
A new instance of DeleteLoRaGatewayResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteLoRaGatewayResponse
Returns a new instance of DeleteLoRaGatewayResponse.
3387 3388 3389 |
# File 'lib/v20190423/models.rb', line 3387 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3385 3386 3387 |
# File 'lib/v20190423/models.rb', line 3385 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3391 3392 3393 |
# File 'lib/v20190423/models.rb', line 3391 def deserialize(params) @RequestId = params['RequestId'] end |