Class: TencentCloud::Iotexplorer::V20190423::GetLoRaGatewayListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::GetLoRaGatewayListRequest
- Defined in:
- lib/v20190423/models.rb
Overview
GetLoRaGatewayList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(iscommunity = nil, offset = nil, limit = nil) ⇒ GetLoRaGatewayListRequest
constructor
A new instance of GetLoRaGatewayListRequest.
Constructor Details
#initialize(iscommunity = nil, offset = nil, limit = nil) ⇒ GetLoRaGatewayListRequest
Returns a new instance of GetLoRaGatewayListRequest.
8763 8764 8765 8766 8767 |
# File 'lib/v20190423/models.rb', line 8763 def initialize(iscommunity=nil, offset=nil, limit=nil) @IsCommunity = iscommunity @Offset = offset @Limit = limit end |
Instance Attribute Details
#IsCommunity ⇒ Object
8761 8762 8763 |
# File 'lib/v20190423/models.rb', line 8761 def IsCommunity @IsCommunity end |
#Limit ⇒ Object
8761 8762 8763 |
# File 'lib/v20190423/models.rb', line 8761 def Limit @Limit end |
#Offset ⇒ Object
8761 8762 8763 |
# File 'lib/v20190423/models.rb', line 8761 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
8769 8770 8771 8772 8773 |
# File 'lib/v20190423/models.rb', line 8769 def deserialize(params) @IsCommunity = params['IsCommunity'] @Offset = params['Offset'] @Limit = params['Limit'] end |