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.
3383 3384 3385 |
# File 'lib/v20190423/models.rb', line 3383 def initialize(gatewayid=nil) @GatewayId = gatewayid end |
Instance Attribute Details
#GatewayId ⇒ Object
3381 3382 3383 |
# File 'lib/v20190423/models.rb', line 3381 def GatewayId @GatewayId end |
Instance Method Details
#deserialize(params) ⇒ Object
3387 3388 3389 |
# File 'lib/v20190423/models.rb', line 3387 def deserialize(params) @GatewayId = params['GatewayId'] end |