import 'package:mosquito_alert/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
uuid | String | ||
shortId | String | ||
userUuid | String | ||
createdAt | DateTime | ||
createdAtLocal | DateTime | The date and time when the record was created, displayed in the local timezone specified for this entry. | |
sentAt | DateTime | ||
receivedAt | DateTime | ||
updatedAt | DateTime | Date and time when the report was last modified | |
location | Location | ||
note | String | Note user attached to report. | [optional] |
tags | BuiltList<String> | [optional] | |
published | bool | ||
photos | BuiltList<SimplePhoto> | ||
siteType | String | Breeding site type. | [optional] |
hasWater | bool | Either if the user perceived water in the breeding site. | [optional] |
inPublicArea | bool | Either if the breeding site is found in a public area. | [optional] |
hasNearMosquitoes | bool | Either if the user perceived mosquitoes near the breeding site (less than 10 meters). | [optional] |
hasLarvae | bool | Either if the user perceived larvaes the breeding site. | [optional] |