# APIEntitiesCluster

API_Entities_Cluster model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**domain** | **string** |  | [optional] [default to undefined]
**enabled** | **string** |  | [optional] [default to undefined]
**managed** | **string** |  | [optional] [default to undefined]
**provider_type** | **string** |  | [optional] [default to undefined]
**platform_type** | **string** |  | [optional] [default to undefined]
**environment_scope** | **string** |  | [optional] [default to undefined]
**cluster_type** | **string** |  | [optional] [default to undefined]
**namespace_per_environment** | **string** |  | [optional] [default to undefined]
**user** | [**APIEntitiesUserBasic**](APIEntitiesUserBasic.md) |  | [optional] [default to undefined]
**platform_kubernetes** | [**APIEntitiesPlatformKubernetes**](APIEntitiesPlatformKubernetes.md) |  | [optional] [default to undefined]
**provider_gcp** | [**APIEntitiesProviderGcp**](APIEntitiesProviderGcp.md) |  | [optional] [default to undefined]
**management_project** | [**APIEntitiesProjectIdentity**](APIEntitiesProjectIdentity.md) |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesCluster = {
    id,
    name,
    created_at,
    domain,
    enabled,
    managed,
    provider_type,
    platform_type,
    environment_scope,
    cluster_type,
    namespace_per_environment,
    user,
    platform_kubernetes,
    provider_gcp,
    management_project,
};
```

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