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-export-payload |
ExportPayload |
ExportPayload |
ExportPayload |
pythonsdk |
| python |
| Python |
| sdk |
| ExportPayload |
| V2025ExportPayload |
|
/tools/sdk/python/v2025/models/export-payload |
| SDK |
| Software Development Kit |
| ExportPayload |
| V2025ExportPayload |
|
ExportPayload
Properties
| Name |
Type |
Description |
Notes |
| description |
str |
Optional user defined description/name for export job. |
[optional] |
| exclude_types |
[]str |
Object type names to be excluded from an sp-config export command. |
[optional] |
| include_types |
[]str |
Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes. |
[optional] |
| object_options |
map[string]ObjectExportImportOptions |
Additional options targeting specific objects related to each item in the includeTypes field |
[optional] |
| } |
|
|
|
Example
[Back to top]