public sealed class GuestInstalledApplication : IMessage<GuestInstalledApplication>, IEquatable<GuestInstalledApplication>, IDeepCloneable<GuestInstalledApplication>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class GuestInstalledApplication.
Guest installed application information.
Implements
IMessageGuestInstalledApplication, IEquatableGuestInstalledApplication, IDeepCloneableGuestInstalledApplication, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GuestInstalledApplication()
public GuestInstalledApplication()GuestInstalledApplication(GuestInstalledApplication)
public GuestInstalledApplication(GuestInstalledApplication other)| Parameter | |
|---|---|
| Name | Description |
other |
GuestInstalledApplication |
Properties
ApplicationName
public string ApplicationName { get; set; }Installed application name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstallTime
public Timestamp InstallTime { get; set; }The time when the application was installed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Path
public string Path { get; set; }Source path.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Vendor
public string Vendor { get; set; }Installed application vendor.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Version
public string Version { get; set; }Installed application version.
| Property Value | |
|---|---|
| Type | Description |
string |
|