View Source GoogleApi.ToolResults.V1beta3.Model.UpgradeInsight (google_api_tool_results v0.33.0)

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.