View Source GoogleApi.ToolResults.V1beta3.Model.NonSdkApi (google_api_tool_results v0.34.0)
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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ToolResults.V1beta3.Model.NonSdkApi{ apiSignature: String.t() | nil, exampleStackTraces: [String.t()] | nil, insights: [GoogleApi.ToolResults.V1beta3.Model.NonSdkApiInsight.t()] | nil, invocationCount: integer() | nil, list: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.