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

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.

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.NonSdkApiUsageViolationReport{
  exampleApis: [GoogleApi.ToolResults.V1beta3.Model.NonSdkApi.t()],
  minSdkVersion: integer(),
  targetSdkVersion: integer(),
  uniqueApis: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.