Class DeviceFile
A single device file description.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class DeviceFile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObbFile
A reference to an opaque binary blob file.
Declaration
[JsonProperty("obbFile")]
public virtual ObbFile ObbFile { get; set; }
Property Value
Type | Description |
---|---|
ObbFile |
RegularFile
A reference to a regular file.
Declaration
[JsonProperty("regularFile")]
public virtual RegularFile RegularFile { get; set; }
Property Value
Type | Description |
---|---|
RegularFile |