# APIEntitiesProjectIdentity


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**name_with_namespace** | **string** |  | [optional] [default to undefined]
**path** | **string** |  | [optional] [default to undefined]
**path_with_namespace** | **string** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { APIEntitiesProjectIdentity } from 'berg';

const instance: APIEntitiesProjectIdentity = {
    id,
    description,
    name,
    name_with_namespace,
    path,
    path_with_namespace,
    created_at,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
