google_api_testing v0.15.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 Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.