google_api_tool_results v0.23.3 GoogleApi.ToolResults.V1beta3.Model.UpgradeInsight View Source

This insight is a recommendation to upgrade a given library to the specified version, in order to avoid dependencies on non-SDK APIs.

Attributes

  • packageName (type: String.t, default: nil) - The name of the package to be upgraded.
  • upgradeToVersion (type: String.t, default: nil) - The suggested version to upgrade to. Optional: In case we are not sure which version solves this problem

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ToolResults.V1beta3.Model.UpgradeInsight{
  packageName: String.t(),
  upgradeToVersion: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.