| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The internal ID of this entity. | |
| created | \DateTime | The time this entity was created. | |
| name | string | The name of the store. | |
| description | string | The description of the store. | |
| attributes | object | The attributes of the store. | [optional] |
| integrationId | string | The integration ID of the store. You choose this ID when you create a store. Note: You cannot edit the `integrationId` after the store has been created. | |
| applicationId | int | The ID of the Application that owns this entity. | |
| updated | \DateTime | Timestamp of the most recent update on this entity. | |
| linkedCampaignIds | int[] | A list of IDs of the campaigns that are linked with current store. | [optional] |