Class UpgradeInsight
This insight is a recommendation to upgrade a given library to the specified version, in order to avoid dependencies on non-SDK APIs.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class UpgradeInsight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
The name of the package to be upgraded.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
UpgradeToVersion
The suggested version to upgrade to. Optional: In case we are not sure which version solves this problem
Declaration
[JsonProperty("upgradeToVersion")]
public virtual string UpgradeToVersion { get; set; }
Property Value
Type | Description |
---|---|
string |