GoogleApi.Jobs.V3.Model.DeviceInfo (google_api_jobs v0.15.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.