google_api_testing v0.14.0 GoogleApi.Testing.V1.Model.ObbFile 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Testing.V1.Model.ObbFile{ obb: GoogleApi.Testing.V1.Model.FileReference.t(), obbFileName: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.