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.
8775 8776 8777 8778 8779 |
# File 'lib/v20190423/models.rb', line 8775 def initialize(iscommunity=nil, offset=nil, limit=nil) @IsCommunity = iscommunity @Offset = offset @Limit = limit end |
Instance Attribute Details
#IsCommunity ⇒ Object
8773 8774 8775 |
# File 'lib/v20190423/models.rb', line 8773 def IsCommunity @IsCommunity end |
#Limit ⇒ Object
8773 8774 8775 |
# File 'lib/v20190423/models.rb', line 8773 def Limit @Limit end |
#Offset ⇒ Object
8773 8774 8775 |
# File 'lib/v20190423/models.rb', line 8773 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
8781 8782 8783 8784 8785 |
# File 'lib/v20190423/models.rb', line 8781 def deserialize(params) @IsCommunity = params['IsCommunity'] @Offset = params['Offset'] @Limit = params['Limit'] end |