google_api_jobs v0.9.0 GoogleApi.Jobs.V2.Model.DeviceInfo View Source

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.

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.Jobs.V2.Model.DeviceInfo{
  deviceType: String.t(),
  id: String.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.