# Set Asset

Orchestrator'daki varlık değişkenlerini günceller. Dictionary'i JSON'a çevirir.



---

### :arrow_left:**GİRDİ**

| **Parametre** | **Tip** | **Zorunlu** | **Açıklama** |
|-----------|-----|---------|----------|
| `Name`    | `String` | ✅Evet   | Varlık adı |
| `Variables` | `Dictionary<string, string>` | ✅Evet   | Güncellenecek değişkenler |



---

### :arrow_right:**ÇIKTI**

| **Parametre** | **Tip** | **Açıklama** |
|-----------|-----|----------|
| `IsSetAssetSuccessful` | `Boolean`   | Başarı durumu |
| `SetAssetMessage` | `String` | Sonuç mesajı |



---

### :arrow_down:**DİĞER**

| **Parametre** | **Tip** | **Varsayılan** | **Açıklama** |
|-----------|-----|------------|----------|
| `ThrowException` | `Boolean`   | ❌Hayır     | Hata durumunda exception fırlat |