# WebhookForkForkee ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allow_auto_merge** | Option<**bool**> | Whether to allow auto-merge for pull requests. | [optional][default to false] **allow_forking** | Option<**bool**> | | [optional] **allow_merge_commit** | Option<**bool**> | Whether to allow merge commits for pull requests. | [optional][default to true] **allow_rebase_merge** | Option<**bool**> | Whether to allow rebase merges for pull requests. | [optional][default to true] **allow_squash_merge** | Option<**bool**> | Whether to allow squash merges for pull requests. | [optional][default to true] **allow_update_branch** | Option<**bool**> | | [optional] **archive_url** | **String** | | **archived** | **bool** | | **assignees_url** | **String** | | **blobs_url** | **String** | | **branches_url** | **String** | | **clone_url** | **String** | | **collaborators_url** | **String** | | **comments_url** | **String** | | **commits_url** | **String** | | **compare_url** | **String** | | **contents_url** | **String** | | **contributors_url** | **String** | | **created_at** | **String** | | **custom_properties** | Option<[**std::collections::HashMap**](serde_json::Value.md)> | The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. | [optional] **default_branch** | **String** | | **delete_branch_on_merge** | Option<**bool**> | Whether to delete head branches when pull requests are merged | [optional][default to false] **deployments_url** | **String** | | **description** | Option<**String**> | | **disabled** | Option<**bool**> | | [optional] **downloads_url** | **String** | | **events_url** | **String** | | **fork** | **bool** | | **forks** | **i32** | | **forks_count** | **i32** | | **forks_url** | **String** | | **full_name** | **String** | | **git_commits_url** | **String** | | **git_refs_url** | **String** | | **git_tags_url** | **String** | | **git_url** | **String** | | **has_downloads** | **bool** | | **has_issues** | **bool** | | **has_pages** | **bool** | | **has_projects** | **bool** | | **has_wiki** | **bool** | | **homepage** | Option<**String**> | | **hooks_url** | **String** | | **html_url** | **String** | | **id** | **i32** | | **is_template** | Option<**bool**> | | [optional] **issue_comment_url** | **String** | | **issue_events_url** | **String** | | **issues_url** | **String** | | **keys_url** | **String** | | **labels_url** | **String** | | **language** | Option<[**serde_json::Value**](.md)> | | **languages_url** | **String** | | **license** | Option<[**serde_json::Value**](.md)> | | **master_branch** | Option<**String**> | | [optional] **merges_url** | **String** | | **milestones_url** | **String** | | **mirror_url** | Option<[**serde_json::Value**](.md)> | | **name** | **String** | | **node_id** | **String** | | **notifications_url** | **String** | | **open_issues** | **i32** | | **open_issues_count** | **i32** | | **organization** | Option<**String**> | | [optional] **owner** | [**models::WebhooksSponsorshipMaintainer**](webhooks_sponsorship_maintainer.md) | | **permissions** | Option<[**models::RepositoryPermissions**](Repository_permissions.md)> | | [optional] **private** | **bool** | | **public** | Option<**bool**> | | [optional] **pulls_url** | **String** | | **pushed_at** | **String** | | **releases_url** | **String** | | **role_name** | Option<**String**> | | [optional] **size** | **i32** | | **ssh_url** | **String** | | **stargazers** | Option<**i32**> | | [optional] **stargazers_count** | **i32** | | **stargazers_url** | **String** | | **statuses_url** | **String** | | **subscribers_url** | **String** | | **subscription_url** | **String** | | **svn_url** | **String** | | **tags_url** | **String** | | **teams_url** | **String** | | **topics** | [**Vec**](serde_json::Value.md) | | **trees_url** | **String** | | **updated_at** | **String** | | **url** | **String** | | **visibility** | **String** | | **watchers** | **i32** | | **watchers_count** | **i32** | | **web_commit_signoff_required** | Option<**bool**> | Whether to require contributors to sign off on web-based commits | [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)