gitee.com/openeuler/go-gitee@v0.0.0-20220530104019-3af895bc380c/docs/ProjectBasic.md (about)

     1  # ProjectBasic
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **int32** |  | [optional] [default to null]
     7  **FullName** | **string** |  | [optional] [default to null]
     8  **HumanName** | **string** |  | [optional] [default to null]
     9  **Url** | **string** |  | [optional] [default to null]
    10  **Namespace** | [***interface{}**](interface{}.md) |  | [optional] [default to null]
    11  **Path** | **string** |  | [optional] [default to null]
    12  **Name** | **string** |  | [optional] [default to null]
    13  **Owner** | [***UserBasic**](UserBasic.md) |  | [optional] [default to null]
    14  **Description** | **string** |  | [optional] [default to null]
    15  **Private** | **bool** |  | [optional] [default to null]
    16  **Public** | **bool** |  | [optional] [default to null]
    17  **Internal** | **bool** |  | [optional] [default to null]
    18  **Fork** | **bool** |  | [optional] [default to null]
    19  **HtmlUrl** | **string** |  | [optional] [default to null]
    20  **SshUrl** | **string** |  | [optional] [default to null]
    21  
    22  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    23  
    24