GoogleApi.Testing.V1.Model.XcodeVersion (google_api_testing v0.34.0)

View Source

An Xcode version that an iOS version is compatible with.

Attributes

  • tags (type: list(String.t), default: nil) - Tags for this Xcode version. Example: "default".
  • version (type: String.t, default: nil) - The id for this version. Example: "9.2".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.XcodeVersion{
  tags: [String.t()] | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.