Class ObbFile
An opaque binary blob file to install on the device before the test starts.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class ObbFile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Obb
Required. Opaque Binary Blob (OBB) file(s) to install on the device.
Declaration
[JsonProperty("obb")]
public virtual FileReference Obb { get; set; }
Property Value
Type | Description |
---|---|
FileReference |
ObbFileName
Required. OBB file name which must conform to the format as specified by Android e.g. [main|patch].0300110.com.example.android.obb which will be installed into /Android/obb// on the device.
Declaration
[JsonProperty("obbFileName")]
public virtual string ObbFileName { get; set; }
Property Value
Type | Description |
---|---|
string |