GoogleApi.Testing.V1.Model.ObbFile (google_api_testing v0.34.0)

View Source

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

Attributes

  • obb (type: GoogleApi.Testing.V1.Model.FileReference.t, default: nil) - Required. Opaque Binary Blob (OBB) file(s) to install on the device.
  • obbFileName (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.ObbFile{
  obb: GoogleApi.Testing.V1.Model.FileReference.t() | nil,
  obbFileName: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.