---
id: v1-data-segment
title: DataSegment
pagination_label: DataSegment
sidebar_label: DataSegment
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'DataSegment', 'v1DataSegment']
slug: /tools/sdk/typescript/data_segmentation/models/data-segment
tags: ['SDK', 'Software Development Kit', 'DataSegment', 'v1DataSegment']
---

# DataSegment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | The segment\'s ID. | [default to undefined]
**name** | **(optional)** `string` | The segment\'s business name. | [default to undefined]
**created** | **(optional)** `string` | The time when the segment is created. | [default to undefined]
**modified** | **(optional)** `string` | The time when the segment is modified. | [default to undefined]
**description** | **(optional)** `string` | The segment\'s optional description. | [default to undefined]
**scopes** | **(optional)** `Array<Scope>` | List of Scopes that are assigned to the segment | [default to undefined]
**memberSelection** | **(optional)** `Array<Ref>` | List of Identities that are assigned to the segment | [default to undefined]
**memberFilter** | **(optional)** `VisibilityCriteria` |  | [default to undefined]
**membership** | **(optional)** `MembershipType` |  | [default to undefined]
**enabled** | **(optional)** `boolean` | This boolean indicates whether the segment is currently active. Inactive segments have no effect. | [default to false]
**published** | **(optional)** `boolean` | This boolean indicates whether the segment is being applied to the accounts. If unpublished its being actively modified to until published | [default to false]

