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.

PullRequest.md 2.1KB

4 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536
  1. # PullRequest
  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. **base** | [***::models::PrBranchInfo**](PRBranchInfo.md) | | [optional] [default to null]
  8. **body** | **String** | | [optional] [default to null]
  9. **closed_at** | **String** | | [optional] [default to null]
  10. **comments** | **i64** | | [optional] [default to null]
  11. **created_at** | **String** | | [optional] [default to null]
  12. **diff_url** | **String** | | [optional] [default to null]
  13. **due_date** | **String** | | [optional] [default to null]
  14. **head** | [***::models::PrBranchInfo**](PRBranchInfo.md) | | [optional] [default to null]
  15. **html_url** | **String** | | [optional] [default to null]
  16. **id** | **i64** | | [optional] [default to null]
  17. **labels** | [**Vec<::models::Label>**](Label.md) | | [optional] [default to null]
  18. **merge_base** | **String** | | [optional] [default to null]
  19. **merge_commit_sha** | **String** | | [optional] [default to null]
  20. **mergeable** | **bool** | | [optional] [default to null]
  21. **merged** | **bool** | | [optional] [default to null]
  22. **merged_at** | **String** | | [optional] [default to null]
  23. **merged_by** | [***::models::User**](User.md) | | [optional] [default to null]
  24. **milestone** | [***::models::Milestone**](Milestone.md) | | [optional] [default to null]
  25. **number** | **i64** | | [optional] [default to null]
  26. **patch_url** | **String** | | [optional] [default to null]
  27. **state** | [***::models::StateType**](StateType.md) | | [optional] [default to null]
  28. **title** | **String** | | [optional] [default to null]
  29. **updated_at** | **String** | | [optional] [default to null]
  30. **url** | **String** | | [optional] [default to null]
  31. **user** | [***::models::User**](User.md) | | [optional] [default to null]
  32. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)