Show / Hide Table of Contents

Class ObbFile

An opaque binary blob file to install on the device before the test starts.

Inheritance
object
ObbFile
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX