id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-account-action |
AccountAction |
AccountAction |
AccountAction |
pythonsdk |
| python |
| Python |
| sdk |
| AccountAction |
| V2025AccountAction |
|
/tools/sdk/python/v2025/models/account-action |
| SDK |
| Software Development Kit |
| AccountAction |
| V2025AccountAction |
|
AccountAction
Object for specifying Actions to be performed on a specified list of sources' account.
Properties
| Name |
Type |
Description |
Notes |
| action |
Enum [ 'ENABLE', 'DISABLE' ] |
Describes if action will be enabled or disabled |
[optional] |
| source_ids |
[]str |
List of unique source IDs. The sources must have the ENABLE feature or flat file source. See "/sources" endpoint for source features. |
[optional] |
| } |
|
|
|
Example
[Back to top]