id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-data-segment |
DataSegment |
DataSegment |
DataSegment |
pythonsdk |
| python |
| Python |
| sdk |
| DataSegment |
| V2024DataSegment |
|
/tools/sdk/python/v2024/models/data-segment |
| SDK |
| Software Development Kit |
| DataSegment |
| V2024DataSegment |
|
DataSegment
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
The segment's ID. |
[optional] |
| name |
str |
The segment's business name. |
[optional] |
| created |
datetime |
The time when the segment is created. |
[optional] |
| modified |
datetime |
The time when the segment is modified. |
[optional] |
| description |
str |
The segment's optional description. |
[optional] |
| scopes |
[]Scope |
List of Scopes that are assigned to the segment |
[optional] |
| member_selection |
[]Ref |
List of Identities that are assigned to the segment |
[optional] |
| member_filter |
VisibilityCriteria |
|
[optional] |
| membership |
MembershipType |
|
[optional] |
| enabled |
bool |
This boolean indicates whether the segment is currently active. Inactive segments have no effect. |
[optional] [default to False] |
| published |
bool |
This boolean indicates whether the segment is being applied to the accounts. If unpublished its being actively modified to until published |
[optional] [default to False] |
| } |
|
|
|
Example
[Back to top]