# SubscriptionGroup

A subscription group represents a collection of subscriptions.

<!-- theme: info -->
> #### Preview
>
> This schema is currently in preview and might change in the future.
>
> We’re excited to hear your feedback and ideas. Please send an email
> to [support@gigs.com](mailto:support@gigs.com) to share your thoughts.

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `subscriptionGroup`. |
| `id` | string | Yes | Unique identifier for the subscription group. |
| `subscriptions` | string[] | Yes | List of subscription identifiers that belong to this group. |
| `createdAt` | string | Yes | Time when the subscription group was created. |
