google_api_tool_results v0.20.0 GoogleApi.ToolResults.V1.Model.NonSdkApiUsageViolation View Source

Additional details for a non-sdk API usage violation.

Attributes

  • apiSignatures (type: list(String.t), default: nil) - Signatures of a subset of those hidden API's.
  • uniqueApis (type: integer(), default: nil) - Total number of unique hidden API's accessed.

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.V1.Model.NonSdkApiUsageViolation{
  apiSignatures: [String.t()],
  uniqueApis: integer()
}

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.