Class WindowsQuickFixEngineeringPackage
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
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class WindowsQuickFixEngineeringPackage : 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 |