google_api_testing v0.19.0 GoogleApi.Testing.V1.Model.XcodeVersion 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".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.