View Source GoogleApi.ToolResults.V1beta3.Model.NonSdkApiUsageViolationReport (google_api_tool_results v0.34.0)

Contains a summary and examples of non-sdk API usage violations.

Attributes

  • exampleApis (type: list(GoogleApi.ToolResults.V1beta3.Model.NonSdkApi.t), default: nil) - Examples of the detected API usages.
  • minSdkVersion (type: integer(), default: nil) - Minimum API level required for the application to run.
  • targetSdkVersion (type: integer(), default: nil) - Specifies the API Level on which the application is designed to run.
  • uniqueApis (type: integer(), default: nil) - Total number of unique Non-SDK API's accessed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.NonSdkApiUsageViolationReport{
  exampleApis: [GoogleApi.ToolResults.V1beta3.Model.NonSdkApi.t()] | nil,
  minSdkVersion: integer() | nil,
  targetSdkVersion: integer() | nil,
  uniqueApis: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.