Show / Hide Table of Contents

Class IosVersion

An iOS version.

Inheritance
object
IosVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class IosVersion : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

An opaque id for this iOS version. Use this id to invoke the TestExecutionService.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

MajorVersion

An integer representing the major iOS version. Examples: "8", "9".

Declaration
[JsonProperty("majorVersion")]
public virtual int? MajorVersion { get; set; }
Property Value
Type Description
int?

MinorVersion

An integer representing the minor iOS version. Examples: "1", "2".

Declaration
[JsonProperty("minorVersion")]
public virtual int? MinorVersion { get; set; }
Property Value
Type Description
int?

SupportedXcodeVersionIds

The available Xcode versions for this version.

Declaration
[JsonProperty("supportedXcodeVersionIds")]
public virtual IList<string> SupportedXcodeVersionIds { get; set; }
Property Value
Type Description
IList<string>

Tags

Tags for this dimension. Examples: "default", "preview", "deprecated".

Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX