MaintenanceActionActivityResponse
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<MaintenanceActionActivityResponse> |
| Source | Models/MaintenanceActionActivityResponse.cs |
Overview
MaintenanceActionActivityResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| Activity | string |
Reference type (nullable) | — |
| ActivityId | string |
Reference type (nullable) | — |
| Completed | bool? |
Yes (nullable value type) | — |
| CurrentOperation | string |
Reference type (nullable) | — |
| DateUtc | DateTimeOffset |
No (value type) | — |
| Id | int |
No (value type) | — |
| MaintenanceActionId | int |
No (value type) | — |
| MaintenanceSessionId | int |
No (value type) | — |
| ParentId | string |
Reference type (nullable) | — |
| PercentComplete | int? |
Yes (nullable value type) | — |
| ScriptName | string |
Reference type (nullable) | — |
| SecondsRemaining | int? |
Yes (nullable value type) | — |
| SourceId | string |
Reference type (nullable) | — |
| Status | string |
Reference type (nullable) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/MaintenanceActionActivityResponse.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.