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.



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

#IsCommunityObject

Parameters:

  • IsCommunity:

    是否是社区网关

  • Offset:

    偏移量

  • Limit:

    限制个数



8773
8774
8775
# File 'lib/v20190423/models.rb', line 8773

def IsCommunity
  @IsCommunity
end

#LimitObject

Parameters:

  • IsCommunity:

    是否是社区网关

  • Offset:

    偏移量

  • Limit:

    限制个数



8773
8774
8775
# File 'lib/v20190423/models.rb', line 8773

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • IsCommunity:

    是否是社区网关

  • Offset:

    偏移量

  • Limit:

    限制个数



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