Skip to content

GetSessionLogResponse

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

Overview

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

Structure

Property Type Nullable Notes
Id int No (value type)
IsPrimary bool No (value type)
MaintenanceAction GetMaintenanceActionResponse Reference type (nullable)
MaintenanceActionId int? Yes (nullable value type)
MaintenanceActionStatus MaintenanceActionStatus No (value type)
MaintenanceSession GetMaintenanceSessionResponse Reference type (nullable)
MaintenanceSessionId int No (value type)
MaintenanceSessionStage GetMaintenanceSessionStageResponse Reference type (nullable)
MaintenanceSessionStageId int? Yes (nullable value type)
Message string Reference type (nullable)
ParamBlockParameters IDictionary<string, object> Reference type (nullable)
ProgressActivity string Reference type (nullable)
ProgressCompleted bool No (value type)
ProgressCorrelationId Guid? Yes (nullable value type)
ProgressCurrentOperation string Reference type (nullable)
ProgressPercentComplete double? Yes (nullable value type)
ProgressSecondsRemaining double? Yes (nullable value type)
ProgressStatus string Reference type (nullable)
Script string Reference type (nullable)
ScriptId int? Yes (nullable value type)
ScriptLanguage ScriptLanguage No (value type)
ScriptOutput string Reference type (nullable)
ScriptParameters IDictionary<string, object> Reference type (nullable)
ScriptType DatabaseType No (value type)
SessionLogType SessionLogType No (value type)
SessionPhaseId int? Yes (nullable value type)
Time DateTimeOffset No (value type)
UpdatedTime DateTimeOffset? Yes (nullable value type)

Serialization

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