GoogleApi.Testing.V1.Model.LabInfo (google_api_testing v0.34.0)

View Source

Lab specific information for a device.

Attributes

  • name (type: String.t, default: nil) - Lab name where the device is hosted. If empty, the device is hosted in a Google owned lab.
  • regionCode (type: String.t, default: nil) - The Unicode country/region code (CLDR) of the lab where the device is hosted. E.g. "US" for United States, "CH" for Switzerland.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.LabInfo{
  name: String.t() | nil,
  regionCode: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.