starting point for adding python sdk docs

This commit is contained in:
darrell-thobe-sp
2025-02-20 12:59:19 -05:00
parent 3b9e39ca19
commit c18583ede4
2726 changed files with 370294 additions and 5 deletions

View File

@@ -0,0 +1,33 @@
---
id: operation
title: Operation
pagination_label: Operation
sidebar_label: Operation
sidebar_class_name: pythonsdk
keywords: ['python', 'Python', 'sdk', 'Operation', 'Operation']
slug: /tools/sdk/python/v3/models/operation
tags: ['SDK', 'Software Development Kit', 'Operation', 'Operation']
---
# Operation
Operation on a specific criteria
## Enum
* `EQUALS` (value: `'EQUALS'`)
* `NOT_EQUALS` (value: `'NOT_EQUALS'`)
* `CONTAINS` (value: `'CONTAINS'`)
* `STARTS_WITH` (value: `'STARTS_WITH'`)
* `ENDS_WITH` (value: `'ENDS_WITH'`)
* `AND` (value: `'AND'`)
* `OR` (value: `'OR'`)
[[Back to top]](#)