# GroupUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**featured** | **boolean** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**active** | **boolean** |  | [optional] [default to undefined]
**access** | [**GroupAccess**](GroupAccess.md) |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**squareImageId** | **string** |  | [optional] [default to undefined]
**externalUrl** | **string** |  | [optional] [default to undefined]
**meetingId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: GroupUpdateInputs = {
    featured,
    name,
    slug,
    description,
    active,
    access,
    imageId,
    squareImageId,
    externalUrl,
    meetingId,
};
```

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