# GroupMembershipUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**announcementEmailNotification** | **boolean** |  | [optional] [default to undefined]
**announcementPushNotification** | **boolean** |  | [optional] [default to undefined]
**activityEmailNotification** | **boolean** |  | [optional] [default to undefined]
**activityPushNotification** | **boolean** |  | [optional] [default to undefined]
**eventEmailNotification** | **boolean** |  | [optional] [default to undefined]
**eventPushNotification** | **boolean** |  | [optional] [default to undefined]
**chatPushNotification** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: GroupMembershipUpdateInputs = {
    announcementEmailNotification,
    announcementPushNotification,
    activityEmailNotification,
    activityPushNotification,
    eventEmailNotification,
    eventPushNotification,
    chatPushNotification,
};
```

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