Struct sylvia_iot_data::models::network_dldata::Updates
source · pub struct Updates {
pub resp: DateTime<Utc>,
pub status: i32,
}
Expand description
The update fields.
Fields§
§resp: DateTime<Utc>
§status: i32
The status will be changed for the following cases:
- Zero and positive value changes non-zero status data.
- Negative value changes smaller status value data.