# BaseGroup


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**active** | **boolean** |  | [default to undefined]
**access** | [**GroupAccess**](GroupAccess.md) |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**squareImageId** | **string** |  | [default to undefined]
**squareImage** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**_count** | [**BaseGroupCount**](BaseGroupCount.md) |  | [default to undefined]

## Example

```typescript
import { BaseGroup } from '@connectedxm/admin-sdk';

const instance: BaseGroup = {
    id,
    slug,
    name,
    active,
    access,
    description,
    featured,
    imageId,
    image,
    squareImageId,
    squareImage,
    _count,
};
```

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