# GenerateRepoOption ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **avatar** | **bool** | include avatar of the template repo | [optional] **default_branch** | **str** | Default branch of the new repository | [optional] **description** | **str** | Description of the repository to create | [optional] **git_content** | **bool** | include git content of default branch in template repo | [optional] **git_hooks** | **bool** | include git hooks in template repo | [optional] **labels** | **bool** | include labels in template repo | [optional] **name** | **str** | Name of the repository to create | **owner** | **str** | The organization or person who will own the new repository | **private** | **bool** | Whether the repository is private | [optional] **protected_branch** | **bool** | include protected branches in template repo | [optional] **topics** | **bool** | include topics in template repo | [optional] **webhooks** | **bool** | include webhooks in template repo | [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)