Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

4 vuotta sitten
123456789101112131415161718192021222324252627282930
  1. # Issue
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **assignee** | [***::models::User**](User.md) | | [optional] [default to null]
  6. **assignees** | [**Vec<::models::User>**](User.md) | | [optional] [default to null]
  7. **body** | **String** | | [optional] [default to null]
  8. **closed_at** | **String** | | [optional] [default to null]
  9. **comments** | **i64** | | [optional] [default to null]
  10. **created_at** | **String** | | [optional] [default to null]
  11. **due_date** | **String** | | [optional] [default to null]
  12. **html_url** | **String** | | [optional] [default to null]
  13. **id** | **i64** | | [optional] [default to null]
  14. **labels** | [**Vec<::models::Label>**](Label.md) | | [optional] [default to null]
  15. **milestone** | [***::models::Milestone**](Milestone.md) | | [optional] [default to null]
  16. **number** | **i64** | | [optional] [default to null]
  17. **original_author** | **String** | | [optional] [default to null]
  18. **original_author_id** | **i64** | | [optional] [default to null]
  19. **pull_request** | [***::models::PullRequestMeta**](PullRequestMeta.md) | | [optional] [default to null]
  20. **repository** | [***::models::RepositoryMeta**](RepositoryMeta.md) | | [optional] [default to null]
  21. **state** | [***::models::StateType**](StateType.md) | | [optional] [default to null]
  22. **title** | **String** | | [optional] [default to null]
  23. **updated_at** | **String** | | [optional] [default to null]
  24. **url** | **String** | | [optional] [default to null]
  25. **user** | [***::models::User**](User.md) | | [optional] [default to null]
  26. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)