GetMaintenanceSessionStageResponse
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Class |
| Assembly | PSImmyBot |
| Base Type | object |
| Implements | IEquatable<GetMaintenanceSessionStageResponse> |
| Source | Models/GetMaintenanceSessionStageResponse.cs |
Overview
GetMaintenanceSessionStageResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Structure
| Property | Type | Nullable | Notes |
|---|---|---|---|
| CreatedBy | int? |
Yes (nullable value type) | — |
| CreatedDateUtc | DateTimeOffset |
No (value type) | — |
| Id | int |
No (value type) | — |
| JobId | string |
Reference type (nullable) | — |
| MaintenanceSession | GetMaintenanceSessionResponse | Reference type (nullable) | — |
| MaintenanceSessionId | int |
No (value type) | — |
| StageStatus | SessionStatus | No (value type) | — |
| Type | SessionStageType | No (value type) | — |
| UpdatedBy | int? |
Yes (nullable value type) | — |
| UpdatedDateUtc | DateTimeOffset |
No (value type) | — |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/GetMaintenanceSessionStageResponse.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.