mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: beta-translation-message
|
||||
title: TranslationMessage
|
||||
pagination_label: TranslationMessage
|
||||
sidebar_label: TranslationMessage
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'TranslationMessage', 'BetaTranslationMessage']
|
||||
slug: /tools/sdk/python/beta/models/translation-message
|
||||
tags: ['SDK', 'Software Development Kit', 'TranslationMessage', 'BetaTranslationMessage']
|
||||
---
|
||||
|
||||
# TranslationMessage
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**key** | **str** | The key of the translation message | [optional]
|
||||
**values** | **[]str** | The values corresponding to the translation messages | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.translation_message import TranslationMessage
|
||||
|
||||
translation_message = TranslationMessage(
|
||||
key='recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH',
|
||||
values=[75, department]
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user