GoogleApi.CloudAsset.V1.Model.WindowsApplication (google_api_cloud_asset v0.31.0) View Source
Contains information about a Windows application as retrieved from the Windows Registry. For more information about these fields, see Windows Installer Properties for the Uninstall Registry
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.CloudAsset.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.
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.WindowsApplication{ displayName: String.t() | nil, displayVersion: String.t() | nil, helpLink: String.t() | nil, installDate: GoogleApi.CloudAsset.V1.Model.Date.t() | nil, publisher: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.