Show / Hide Table of Contents

Class InventoryWindowsQuickFixEngineeringPackage

Information related to a Quick Fix Engineering package. Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering

Inheritance
object
InventoryWindowsQuickFixEngineeringPackage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class InventoryWindowsQuickFixEngineeringPackage : IDirectResponseSchema

Properties

Caption

A short textual description of the QFE update.

Declaration
[JsonProperty("caption")]
public virtual string Caption { get; set; }
Property Value
Type Description
string

Description

A textual description of the QFE update.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HotFixId

Unique identifier associated with a particular QFE update.

Declaration
[JsonProperty("hotFixId")]
public virtual string HotFixId { get; set; }
Property Value
Type Description
string

InstallTime

object representation of InstallTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InstallTimeDateTimeOffset instead.")]
public virtual object InstallTime { get; set; }
Property Value
Type Description
object

InstallTimeDateTimeOffset

DateTimeOffset representation of InstallTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? InstallTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

InstallTimeRaw

Date that the QFE update was installed. Mapped from installed_on field.

Declaration
[JsonProperty("installTime")]
public virtual string InstallTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX