Class: TencentCloud::Iotexplorer::V20190423::DeleteLoRaGatewayRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteLoRaGatewayRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteLoRaGateway请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil) ⇒ DeleteLoRaGatewayRequest
constructor
A new instance of DeleteLoRaGatewayRequest.
Constructor Details
#initialize(gatewayid = nil) ⇒ DeleteLoRaGatewayRequest
Returns a new instance of DeleteLoRaGatewayRequest.
3371 3372 3373 |
# File 'lib/v20190423/models.rb', line 3371 def initialize(gatewayid=nil) @GatewayId = gatewayid end |
Instance Attribute Details
#GatewayId ⇒ Object
3369 3370 3371 |
# File 'lib/v20190423/models.rb', line 3369 def GatewayId @GatewayId end |
Instance Method Details
#deserialize(params) ⇒ Object
3375 3376 3377 |
# File 'lib/v20190423/models.rb', line 3375 def deserialize(params) @GatewayId = params['GatewayId'] end |