Skip to content

MaintenanceTaskParameterValueDetails

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

Overview

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

Structure

Property Type Nullable Notes
AllowOverrideFromComputerOnboarding bool No (value type)
DeploymentId int No (value type)
Id int No (value type)
MaintenanceTaskId int No (value type)
MaintenanceTaskParameterId int No (value type)
MaintenanceTaskType DatabaseType No (value type)
MediaDatabaseType DatabaseType No (value type)
MediaId int? Yes (nullable value type)
ParameterName string Reference type (nullable)
ParameterType MaintenanceTaskParameterType No (value type)
Value string Reference type (nullable)

Serialization

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