GoogleApi.CloudAsset.V1.Model.WindowsQuickFixEngineeringPackage (google_api_cloud_asset v0.22.1) View Source
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
Attributes
-
caption(type:String.t, default:nil) - A short textual description of the QFE update. -
description(type:String.t, default:nil) - A textual description of the QFE update. -
hotFixId(type:String.t, default:nil) - Unique identifier associated with a particular QFE update. -
installTime(type:DateTime.t, default:nil) - Date that the QFE update was installed. Mapped from installed_on field.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.WindowsQuickFixEngineeringPackage{
caption: String.t() | nil,
description: String.t() | nil,
hotFixId: String.t() | nil,
installTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.