Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'Segment', 'BetaSegment']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | The segment's ID. | [optional]
**Name** | Pointer to **String** | The segment's business name. | [optional]
**Created** | Pointer to **System.DateTime** | The time when the segment is created. | [optional]
**Modified** | Pointer to **System.DateTime** | The time when the segment is modified. | [optional]
**Description** | Pointer to **String** | The segment's optional description. | [optional]
**Owner** | Pointer to [**OwnerReferenceSegments**](owner-reference-segments) | | [optional]
**VisibilityCriteria** | Pointer to [**VisibilityCriteria**](visibility-criteria) | | [optional]
**Active** | Pointer to **Boolean** | This boolean indicates whether the segment is currently active. Inactive segments have no effect. | [optional] [default to $false]
**Id** | **String** | The segment's ID. | [optional]
**Name** | **String** | The segment's business name. | [optional]
**Created** | **System.DateTime** | The time when the segment is created. | [optional]
**Modified** | **System.DateTime** | The time when the segment is modified. | [optional]
**Description** | **String** | The segment's optional description. | [optional]
**Owner** | [**OwnerReferenceSegments**](owner-reference-segments) | | [optional]
**VisibilityCriteria** | [**VisibilityCriteria**](visibility-criteria) | | [optional]
**Active** | **Boolean** | This boolean indicates whether the segment is currently active. Inactive segments have no effect. | [optional] [default to $false]
## Examples