google_api_tool_results v0.22.0 GoogleApi.ToolResults.V1beta3.Model.NonSdkApi View Source

A non-sdk API and examples of it being called along with other metadata See https://developer.android.com/distribute/best-practices/develop/restrictions-non-sdk-interfaces

Attributes

  • apiSignature (type: String.t, default: nil) - The signature of the Non-SDK API
  • exampleStackTraces (type: list(String.t), default: nil) - Example stack traces of this API being called.
  • insights (type: list(GoogleApi.ToolResults.V1beta3.Model.NonSdkApiInsight.t), default: nil) - Optional debugging insights for non-SDK API violations.
  • invocationCount (type: integer(), default: nil) - The total number of times this API was observed to have been called.
  • list (type: String.t, default: nil) - Which list this API appears on

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.NonSdkApi{
  apiSignature: String.t(),
  exampleStackTraces: [String.t()],
  insights: [GoogleApi.ToolResults.V1beta3.Model.NonSdkApiInsight.t()],
  invocationCount: integer(),
  list: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.