View Source GoogleApi.OSConfig.V1.Model.InventoryWindowsApplication (google_api_os_config v0.21.0)

Contains information about a Windows application that is retrieved from the Windows Registry. For more information about these fields, see: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key

Attributes

  • displayName (type: String.t, default: nil) - The name of the application or product.
  • displayVersion (type: String.t, default: nil) - The version of the product or application in string format.
  • helpLink (type: String.t, default: nil) - The internet address for technical support.
  • installDate (type: GoogleApi.OSConfig.V1.Model.Date.t, default: nil) - The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
  • publisher (type: String.t, default: nil) - The name of the manufacturer for the product or application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.InventoryWindowsApplication{
  displayName: String.t() | nil,
  displayVersion: String.t() | nil,
  helpLink: String.t() | nil,
  installDate: GoogleApi.OSConfig.V1.Model.Date.t() | nil,
  publisher: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.