GoogleApi.CloudAsset.V1.Model.WindowsQuickFixEngineeringPackage (google_api_cloud_asset v0.42.0)
View SourceInformation 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.WindowsQuickFixEngineeringPackage{ caption: String.t() | nil, description: String.t() | nil, hotFixId: String.t() | nil, installTime: DateTime.t() | nil }