Class IosDeviceCatalog
The currently supported iOS devices.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class IosDeviceCatalog : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Models
The set of supported iOS device models.
Declaration
[JsonProperty("models")]
public virtual IList<IosModel> Models { get; set; }
Property Value
Type | Description |
---|---|
IList<IosModel> |
RuntimeConfiguration
The set of supported runtime configurations.
Declaration
[JsonProperty("runtimeConfiguration")]
public virtual IosRuntimeConfiguration RuntimeConfiguration { get; set; }
Property Value
Type | Description |
---|---|
IosRuntimeConfiguration |
Versions
The set of supported iOS software versions.
Declaration
[JsonProperty("versions")]
public virtual IList<IosVersion> Versions { get; set; }
Property Value
Type | Description |
---|---|
IList<IosVersion> |
XcodeVersions
The set of supported Xcode versions.
Declaration
[JsonProperty("xcodeVersions")]
public virtual IList<XcodeVersion> XcodeVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<XcodeVersion> |