class TencentCloud::Iotexplorer::V20190423::LoRaGatewayItem

def initialize(gatewayid=nil, ispublic=nil, description=nil, name=nil, position=nil, positiondetails=nil, location=nil, updatedat=nil, createdat=nil, lastseenat=nil, frequencyid=nil)

def initialize(gatewayid=nil, ispublic=nil, description=nil, name=nil, position=nil, positiondetails=nil, location=nil, updatedat=nil, createdat=nil, lastseenat=nil, frequencyid=nil)
  @GatewayId = gatewayid
  @IsPublic = ispublic
  @Description = description
  @Name = name
  @Position = position
  @PositionDetails = positiondetails
  @Location = location
  @UpdatedAt = updatedat
  @CreatedAt = createdat
  @LastSeenAt = lastseenat
  @FrequencyId = frequencyid
end