Automatically generated Python client for Gitea. DO NOT UPDATE MANUALLY!!!
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.

1.5 KiB

PullRequest

Properties

Name Type Description Notes
assignee User [optional]
assignees **list[User]** [optional]
base PRBranchInfo [optional]
body str [optional]
closed_at datetime [optional]
comments int [optional]
created_at datetime [optional]
diff_url str [optional]
due_date datetime [optional]
head PRBranchInfo [optional]
html_url str [optional]
id int [optional]
labels **list[Label]** [optional]
merge_base str [optional]
merge_commit_sha str [optional]
mergeable bool [optional]
merged bool [optional]
merged_at datetime [optional]
merged_by User [optional]
milestone Milestone [optional]
number int [optional]
patch_url str [optional]
state StateType [optional]
title str [optional]
updated_at datetime [optional]
url str [optional]
user User [optional]

[Back to Model list] [Back to API list] [Back to README]