Skip to content

GetMaintenanceSessionResponse

Detail Value
Namespace PSImmyBot.Models
Kind Class
Assembly PSImmyBot
Base Type object
Implements IEquatable<GetMaintenanceSessionResponse>
Source Models/GetMaintenanceSessionResponse.cs

Overview

GetMaintenanceSessionResponse is a Class from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.

Structure

Property Type Nullable Notes
Activities ICollection<MaintenanceActionActivityResponse> Reference type (nullable)
AgentUpdatesStageStatus SessionStatus No (value type)
Computer GetComputerResponse Reference type (nullable)
ComputerId int? Yes (nullable value type)
ComputerName string Reference type (nullable)
CreatedBy string Reference type (nullable)
CreatedById int? Yes (nullable value type)
CreatedDateUtc DateTimeOffset No (value type)
DetectionStageStatus SessionStatus No (value type)
Duration string Reference type (nullable)
ExecutionStageStatus SessionStatus No (value type)
FullMaintenance bool No (value type)
Id int No (value type)
InventoryStageStatus SessionStatus No (value type)
JobId string Reference type (nullable)
Logs ICollection<GetSessionLogResponse> Reference type (nullable)
MaintenanceActions ICollection<GetMaintenanceActionResponse> Reference type (nullable)
Onboarding bool No (value type)
OnboardingStageStatus SessionStatus No (value type)
PersonId int? Yes (nullable value type)
ResolutionStageStatus SessionStatus No (value type)
ScheduledExecutionDate DateTimeOffset? Yes (nullable value type)
ScheduledId int? Yes (nullable value type)
SessionJobArgs SessionJobArgs Reference type (nullable)
SessionStatus SessionStatus No (value type)
Stages ICollection<GetMaintenanceSessionStageResponse> Reference type (nullable)
Tenant GetTenantResponse Reference type (nullable)
TenantId int? Yes (nullable value type)
TenantName string Reference type (nullable)
UpdatedById int? Yes (nullable value type)
UpdatedDateUtc DateTimeOffset No (value type)

Serialization

  • Namespace: PSImmyBot.Models
  • Source file: Models/GetMaintenanceSessionResponse.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.