Migration Center v1 API - Class GuestInstalledApplication (1.0.0)

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.

Guest installed application information.

Inheritance

object > GuestInstalledApplication

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

GuestInstalledApplication()

public GuestInstalledApplication()

GuestInstalledApplication(GuestInstalledApplication)

public GuestInstalledApplication(GuestInstalledApplication other)
Parameter
NameDescription
otherGuestInstalledApplication

Properties

ApplicationName

public string ApplicationName { get; set; }

Installed application name.

Property Value
TypeDescription
string

InstallTime

public Timestamp InstallTime { get; set; }

The time when the application was installed.

Property Value
TypeDescription
Timestamp

Path

public string Path { get; set; }

Source path.

Property Value
TypeDescription
string

Vendor

public string Vendor { get; set; }

Installed application vendor.

Property Value
TypeDescription
string

Version

public string Version { get; set; }

Installed application version.

Property Value
TypeDescription
string