Class: TencentCloud::Iotexplorer::V20190423::GetLoRaGatewayListRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

GetLoRaGatewayList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IsCommunityObject

Parameters:

  • IsCommunity:

    是否是社区网关

  • Offset:

    偏移量

  • Limit:

    限制个数



8761
8762
8763
# File 'lib/v20190423/models.rb', line 8761

def IsCommunity
  @IsCommunity
end

#LimitObject

Parameters:

  • IsCommunity:

    是否是社区网关

  • Offset:

    偏移量

  • Limit:

    限制个数



8761
8762
8763
# File 'lib/v20190423/models.rb', line 8761

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • IsCommunity:

    是否是社区网关

  • Offset:

    偏移量

  • Limit:

    限制个数



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