google_api_tool_results v0.19.0 GoogleApi.ToolResults.V1.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 APIexampleStackTraces
(type:list(String.t)
, default:nil
) - Example stack traces of this API being called.insights
(type:list(GoogleApi.ToolResults.V1.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 Sourcet() :: %GoogleApi.ToolResults.V1.Model.NonSdkApi{ apiSignature: String.t(), exampleStackTraces: [String.t()], insights: [GoogleApi.ToolResults.V1.Model.NonSdkApiInsight.t()], invocationCount: integer(), list: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.