google_api_testing v0.11.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

Link to this type

t()

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

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.