You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**created_at_local** | **datetime** | The date and time when the record was created, displayed in the local timezone specified for this entry. | [readonly]
Copy file name to clipboardExpand all lines: mosquito_alert/models/simplified_observation.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,13 @@ class SimplifiedObservation(BaseModel):
30
30
SimplifiedObservation
31
31
"""# noqa: E501
32
32
uuid: StrictStr
33
+
user_uuid: StrictStr
33
34
created_at: datetime
34
35
created_at_local: datetime=Field(description="The date and time when the record was created, displayed in the local timezone specified for this entry.")
35
36
received_at: datetime
36
37
location: SimplifiedLocation
37
38
note: Optional[StrictStr] =Field(default=None, description="Note user attached to report.")
0 commit comments