# GroupMembership


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**groupId** | **string** |  | [default to undefined]
**group** | [**BaseGroup**](BaseGroup.md) |  | [default to undefined]
**role** | [**GroupMembershipRole**](GroupMembershipRole.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**announcementEmailNotification** | **boolean** |  | [default to undefined]
**announcementPushNotification** | **boolean** |  | [default to undefined]
**activityEmailNotification** | **boolean** |  | [default to undefined]
**activityPushNotification** | **boolean** |  | [default to undefined]
**eventEmailNotification** | **boolean** |  | [default to undefined]
**eventPushNotification** | **boolean** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: GroupMembership = {
    accountId,
    account,
    groupId,
    group,
    role,
    createdAt,
    announcementEmailNotification,
    announcementPushNotification,
    activityEmailNotification,
    activityPushNotification,
    eventEmailNotification,
    eventPushNotification,
    updatedAt,
};
```

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