GoogleApi.ToolResults.V1beta3.Model.NonSdkApiUsageViolationReport (google_api_tool_results v0.31.0) 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
Unwrap a decoded JSON object into its complex fields.