google_api_testing v0.19.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

Specs

t() :: %GoogleApi.Testing.V1.Model.DeviceFile{
  obbFile: GoogleApi.Testing.V1.Model.ObbFile.t(),
  regularFile: GoogleApi.Testing.V1.Model.RegularFile.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.