id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-campaign-report |
CampaignReport |
CampaignReport |
CampaignReport |
pythonsdk |
| python |
| Python |
| sdk |
| CampaignReport |
| BetaCampaignReport |
|
/tools/sdk/python/beta/models/campaign-report |
| SDK |
| Software Development Kit |
| CampaignReport |
| BetaCampaignReport |
|
CampaignReport
Properties
| Name |
Type |
Description |
Notes |
| type |
Enum [ 'REPORT_RESULT' ] |
SOD policy violation report result DTO type. |
[optional] |
| id |
str |
SOD policy violation report result ID. |
[optional] |
| name |
str |
Human-readable name of the SOD policy violation report result. |
[optional] |
| status |
Enum [ 'SUCCESS', 'WARNING', 'ERROR', 'TERMINATED', 'TEMP_ERROR', 'PENDING' ] |
Status of a SOD policy violation report. |
[optional] |
| report_type |
ReportType |
|
[required] |
| last_run_at |
datetime |
The most recent date and time this report was run |
[optional] [readonly] |
| } |
|
|
|
Example
[Back to top]