public sealed class GuestInstalledApplication : IMessage<GuestInstalledApplication>, IEquatable<GuestInstalledApplication>, IDeepCloneable<GuestInstalledApplication>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GuestInstalledApplication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GuestInstalledApplication` class within the Google Cloud Migration Center v1 API, specifically version 1.2.0."],["The `GuestInstalledApplication` class is designed to capture information about applications installed on a guest system, which can be seen with its properties, such as `ApplicationName`, `InstallTime`, `Path`, `Vendor`, and `Version`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one being a default empty constructor, and another that accepts another `GuestInstalledApplication` to create a new object with the same values."],["The properties can all be accessed, and are either of string type, or of the `Timestamp` type."]]],[]]