class TencentCloud::Iotexplorer::V20190423::FenceAlarmPoint

围栏告警位置点

def deserialize(params)

def deserialize(params)
  @AlarmTime = params['AlarmTime']
  @Longitude = params['Longitude']
  @Latitude = params['Latitude']
end

def initialize(alarmtime=nil, longitude=nil, latitude=nil)

def initialize(alarmtime=nil, longitude=nil, latitude=nil)
  @AlarmTime = alarmtime
  @Longitude = longitude
  @Latitude = latitude
end