MaintenanceTaskParameterType
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Enum |
| Assembly | PSImmyBot |
| Base Type | Enum |
| Implements | IComparable, IConvertible, IFormattable, ISpanFormattable |
| Source | Models/MaintenanceTaskParameterType.cs |
Overview
MaintenanceTaskParameterType is a Enum from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Underlying type
int
Members
| Name | Value |
|---|---|
| Number | 0 |
| Text | 1 |
| Boolean | 2 |
| Select | 3 |
| Password | 4 |
| File | 5 |
| Uri | 6 |
| KeyValuePair | 7 |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/MaintenanceTaskParameterType.cs - Serializer:
System.Text.Json
Notes
This page was generated automatically from the compiled PSImmyBot assembly via HelperScripts/GenerateDocs.ps1. Regenerate after model changes to keep details current.