google_api_testing v0.9.0 GoogleApi.Testing.V1.Model.DeviceFile View Source
A single device file description.
Attributes
obbFile(type:GoogleApi.Testing.V1.Model.ObbFile.t, default:nil) - A reference to an opaque binary blob file.regularFile(type:GoogleApi.Testing.V1.Model.RegularFile.t, default:nil) - A reference to a regular file.
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.DeviceFile{
obbFile: GoogleApi.Testing.V1.Model.ObbFile.t(),
regularFile: GoogleApi.Testing.V1.Model.RegularFile.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.