View Source GoogleApi.Testing.V1.Model.DeviceFile (google_api_testing v0.33.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.