Show / Hide Table of Contents

Class IosDeviceFile

A file or directory to install on the device before the test starts.

Inheritance
object
IosDeviceFile
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 IosDeviceFile : IDirectResponseSchema

Properties

BundleId

The bundle id of the app where this file lives. iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.

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

Content

The source file

Declaration
[JsonProperty("content")]
public virtual FileReference Content { get; set; }
Property Value
Type Description
FileReference

DevicePath

Location of the file on the device, inside the app's sandboxed filesystem

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX