class TencentCloud::Iotexplorer::V20190423::GetLoRaGatewayListRequest
GetLoRaGatewayList请求参数结构体
def deserialize(params)
def deserialize(params) @IsCommunity = params['IsCommunity'] @Offset = params['Offset'] @Limit = params['Limit'] end
def initialize(iscommunity=nil, offset=nil, limit=nil)
def initialize(iscommunity=nil, offset=nil, limit=nil) @IsCommunity = iscommunity @Offset = offset @Limit = limit end