View Source GoogleApi.Jobs.V2.Model.DeviceInfo (google_api_jobs v0.19.0)

Input only.

Device information collected from the job seeker, candidate, or other entity conducting the job search. Providing this information improves the quality of the search results across devices.

Attributes

  • deviceType (type: String.t, default: nil) - Optional. Type of the device.
  • id (type: String.t, default: nil) - Optional. A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V2.Model.DeviceInfo{
  deviceType: String.t(),
  id: String.t()
}

Functions

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

Unwrap a decoded JSON object into its complex fields.