hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ChangedWorklogs

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**values** | Option<[**Vec<crate::models::ChangedWorklog>**]ChangedWorklog.md> | Changed worklog list. | [optional][readonly]
**since** | Option<**i64**> | The datetime of the first worklog item in the list. | [optional][readonly]
**until** | Option<**i64**> | The datetime of the last worklog item in the list. | [optional][readonly]
**_self** | Option<**String**> | The URL of this changed worklogs list. | [optional][readonly]
**next_page** | Option<**String**> | The URL of the next list of changed worklogs. | [optional][readonly]
**last_page** | Option<**bool**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)