google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.SkippedDetail View Source

Attributes

  • incompatibleAppVersion (boolean()): If the App doesn't support the specific API level. Defaults to: null.
  • incompatibleArchitecture (boolean()): If the App doesn't run on the specific architecture, for example, x86. Defaults to: null.
  • incompatibleDevice (boolean()): If the requested OS version doesn't run on the specific device model. Defaults to: null.

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.SkippedDetail{
  incompatibleAppVersion: any(),
  incompatibleArchitecture: any(),
  incompatibleDevice: any()
}

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.