Class GuestInstalledApplication
Guest installed application information.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class GuestInstalledApplication : IDirectResponseSchema
Properties
ApplicationName
Installed application name.
Declaration
[JsonProperty("applicationName")]
public virtual string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallTime
object representation of InstallTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InstallTimeDateTimeOffset instead.")]
public virtual object InstallTime { get; set; }
Property Value
Type | Description |
---|---|
object |
InstallTimeDateTimeOffset
DateTimeOffset representation of InstallTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? InstallTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
InstallTimeRaw
The time when the application was installed.
Declaration
[JsonProperty("installTime")]
public virtual string InstallTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Licenses
License strings associated with the installed application.
Declaration
[JsonProperty("licenses")]
public virtual IList<string> Licenses { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Path
Source path.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Vendor
Installed application vendor.
Declaration
[JsonProperty("vendor")]
public virtual string Vendor { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Installed application version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |